Fix typo
This commit is contained in:
@@ -1379,7 +1379,7 @@ export class RestClientV5 extends BaseRestClient {
|
|||||||
*
|
*
|
||||||
* DANGER: BE CAREFUL! The sub API key used to call this interface will be invalid immediately.
|
* DANGER: BE CAREFUL! The sub API key used to call this interface will be invalid immediately.
|
||||||
*/
|
*/
|
||||||
deleteSubApiKey(params?: { apikey?: string; ): Promise<APIResponseV3WithTime<{}>> {
|
deleteSubApiKey(params?: { apikey?: string; }): Promise<APIResponseV3WithTime<{}>> {
|
||||||
return this.postPrivate(
|
return this.postPrivate(
|
||||||
'/v5/user/delete-sub-api',
|
'/v5/user/delete-sub-api',
|
||||||
params,
|
params,
|
||||||
|
|||||||
Reference in New Issue
Block a user