mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-20 20:16:06 -04:00
API: These fields should not be optional.
This commit is contained in:
+2
-2
@@ -182,8 +182,8 @@ type Routes =
|
||||
method: 'PATCH',
|
||||
route: `/users/${Id}/username`,
|
||||
data: {
|
||||
username?: string,
|
||||
password?: string
|
||||
username: string,
|
||||
password: string
|
||||
},
|
||||
response: undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user