chore(oas): [14/n] improve OAS schemas (#9202)
* chore(oas): [14/n] improve OAS schemas * fix description of required_quantity
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @schema AdminUserDeleteResponse
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* description: The details of the deleted user.
|
||||
* x-schemaName: AdminUserDeleteResponse
|
||||
* required:
|
||||
* - id
|
||||
@@ -20,7 +20,7 @@
|
||||
* deleted:
|
||||
* type: boolean
|
||||
* title: deleted
|
||||
* description: Whether the User was deleted.
|
||||
* description: Whether the user was deleted.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user