chore(docs): Generated OAS (#6752)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-20 11:30:24 +01:00
committed by GitHub
co-authored by olivermrbl
parent 95738804cd
commit 53653f5266
198 changed files with 8998 additions and 331 deletions
@@ -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.
*
*/