Files
api-specs/nerm/paths/user_profile.yaml
2023-05-12 15:35:08 -04:00

13 lines
386 B
YAML

post:
summary: Create a user-profile contributor relationship
operationId: postUserProfile
description: Create a user-profile contributor relationship
tags:
- user profiles
requestBody:
$ref: "../requestBodies/POST/UserProfile.yaml"
responses:
'200':
$ref: "../responses/UserProfile.yaml"
'405':
$ref: "../responses/InvalidInput.yaml"