mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-25 16:23:20 +08:00
♻️ Update client services (#1223)
This commit is contained in:
parent
90aa3dc274
commit
2f0a682bfe
@ -218,6 +218,19 @@ requestBody,
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Delete User Me
|
||||||
|
* Delete own user.
|
||||||
|
* @returns Message Successful Response
|
||||||
|
* @throws ApiError
|
||||||
|
*/
|
||||||
|
public static deleteUserMe(): CancelablePromise<Message> {
|
||||||
|
return __request(OpenAPI, {
|
||||||
|
method: 'DELETE',
|
||||||
|
url: '/api/v1/users/me',
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Update User Me
|
* Update User Me
|
||||||
* Update own user.
|
* Update own user.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user