1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-08 13:49:37 +00:00
Classworks/swagger/definitions/request/account_user/create_update_payload.yml
2025-12-07 12:26:48 +08:00

14 lines
247 B
YAML

type: object
required:
- user_id
- role
properties:
user_id:
type: integer
description: The ID of the user
example: 1
role:
type: string
description: whether user is an administrator or agent
example: administrator