mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
15 lines
339 B
YAML
15 lines
339 B
YAML
post:
|
|
summary: Create a new role
|
|
operationId: postRole
|
|
description: Create a new role
|
|
tags:
|
|
- roles
|
|
requestBody:
|
|
$ref: "../requestBodies/POST/Role.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../responses/Role.yaml"
|
|
'400':
|
|
$ref: "../responses/400.yaml"
|
|
'500':
|
|
$ref: "../responses/500.yaml" |