mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 12:27:49 +00:00
15 lines
410 B
YAML
15 lines
410 B
YAML
post:
|
|
summary: Create a new user-manager relationship
|
|
operationId: postUserManager
|
|
description: Create a new user-manager relationship
|
|
tags:
|
|
- user managers
|
|
requestBody:
|
|
$ref: "../requestBodies/POST/UserManager.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../responses/UserManager.yaml"
|
|
'400':
|
|
$ref: "../responses/400.yaml"
|
|
'500':
|
|
$ref: "../responses/500.yaml" |