Files
api-specs/nerm/paths/synced_attributes.yaml
developer-relations-sp c3d2602f2f Automated commit 'Merge pull request #17 from sailpoint/NEROCKET-480
NEROCKET-480 added documentation for synced attributes post.' by github action: 7699793466
2024-01-29 17:09:48 +00:00

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"