Files
api-specs/nerm/paths/forms.yaml
developer-relations-sp aa6347cdcd Automated commit 'Merge pull request #4 from sailpoint/NEROCKET-183
NEROCKET-183 This is the commit for subtask NEROCKET-76 which was ori…' by github action: 6238249744
2023-09-19 16:19:40 +00:00

15 lines
339 B
YAML

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