mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 12:27:49 +00:00
13 lines
386 B
YAML
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" |