chore(docs): Generated OAS (#6752)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
olivermrbl
parent
95738804cd
commit
53653f5266
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @schema AdminUpdateUserRequest
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* x-schemaName: AdminUpdateUserRequest
|
||||
* required:
|
||||
* - avatar_url
|
||||
* properties:
|
||||
* first_name:
|
||||
* type: string
|
||||
* title: first_name
|
||||
* description: The user's first name.
|
||||
* last_name:
|
||||
* type: string
|
||||
* title: last_name
|
||||
* description: The user's last name.
|
||||
* avatar_url:
|
||||
* type: string
|
||||
* title: avatar_url
|
||||
* description: The user's avatar url.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user