Skip to content

Commit f59a389

Browse files
committed
refactor: add missing fields to endpoint
Signed-off-by: Pedro Lamas <[email protected]>
1 parent feb1fd9 commit f59a389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/socketActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ export const SocketActions = {
455455
)
456456
},
457457

458-
serverConnectionIdentify (params?: { client_name: string, version: string, type: string, url: string }, options?: NotifyOptions) {
458+
serverConnectionIdentify (params?: { client_name: string, version: string, type: string, url: string, access_token?: string, api_key?: string }, options?: NotifyOptions) {
459459
return baseEmit<Moonraker.Websocket.ConnectionIdentifyResponse>(
460460
'server.connection.identify', {
461461
dispatch: 'socket/onConnectionId',

0 commit comments

Comments
 (0)