mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
NEROCKET-480 added documentation for synced attributes post.' by github action: 7699793466
15 lines
387 B
YAML
15 lines
387 B
YAML
post:
|
|
summary: Create a synced attribute
|
|
operationId: createSyncedAttribute
|
|
description: Create synced attribute
|
|
tags:
|
|
- synced attributes
|
|
requestBody:
|
|
$ref: "../requestBodies/POST/SyncedAttributes.yaml"
|
|
responses:
|
|
'201':
|
|
$ref: "../responses/SyncedAttribute.yaml"
|
|
'400':
|
|
$ref: "../responses/400.yaml"
|
|
'500':
|
|
$ref: "../responses/500.yaml" |