mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
16 lines
422 B
YAML
16 lines
422 B
YAML
post:
|
|
summary: Create a permission
|
|
description: This endpoint can create permissions for Lifecycle, Consolidation, and Collaboration
|
|
operationId: createPermission
|
|
tags:
|
|
- permissions
|
|
requestBody:
|
|
$ref: "../requestBodies/POST/Permissions.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../responses/Permission.yaml"
|
|
'400':
|
|
$ref: "../responses/400.yaml"
|
|
'500':
|
|
$ref: "../responses/500.yaml"
|