This commit is contained in:
Karim Sakhibgareev
2024-06-03 16:07:50 +01:00
parent 58a3bdf3ad
commit 3711d10625

View File

@@ -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.
*/
deleteSubApiKey(params?: { apikey?: string; ): Promise<APIResponseV3WithTime<{}>> {
deleteSubApiKey(params?: { apikey?: string; }): Promise<APIResponseV3WithTime<{}>> {
return this.postPrivate(
'/v5/user/delete-sub-api',
params,