mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
15 lines
376 B
YAML
15 lines
376 B
YAML
post:
|
|
summary: Assign a new role to a user
|
|
operationId: postUserRole
|
|
description: Assign a new role to a user
|
|
tags:
|
|
- user roles
|
|
requestBody:
|
|
$ref: "../requestBodies/POST/UserRole.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../responses/UserRole.yaml"
|
|
'400':
|
|
$ref: "../responses/400.yaml"
|
|
'500':
|
|
$ref: "../responses/500.yaml" |