mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
13 lines
386 B
YAML
13 lines
386 B
YAML
post:
|
|
summary: Create a role-profile contributor relationship
|
|
operationId: postRoleProfile
|
|
description: Create a role-profile contributor relationship
|
|
tags:
|
|
- role profiles
|
|
requestBody:
|
|
$ref: "../requestBodies/POST/RoleProfile.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../responses/RoleProfile.yaml"
|
|
'405':
|
|
$ref: "../responses/InvalidInput.yaml" |