Files
api-specs/nerm/paths/form_attributes.yaml
developer-relations-sp ddef9d3faf Automated commit 'Merge pull request #8 from sailpoint/NEROCKET-183-77-Rev2
NEROCKET-183-77-Rev2 API Docs for Form Attribute Creation' by github action: 6251363301
2023-09-20 16:20:17 +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"