Files
developer.sailpoint.com/static/api-specs/nerm/paths/form_attributes.yaml
2023-09-20 16:20:40 +00:00

16 lines
397 B
YAML

post:
summary: Create a form attribute
description: This endpoint can create a form attribute
operationId: createFormAttribute
tags:
- form attributes
requestBody:
$ref: "../requestBodies/POST/FormAttributes.yaml"
responses:
'200':
$ref: "../responses/FormAttributes.yaml"
'400':
$ref: "../responses/400.yaml"
'500':
$ref: "../responses/500.yaml"