mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 04:19:11 +00:00
NEROCKET-183 This is the commit for subtask NEROCKET-76 which was ori…' by github action: 6238249744
15 lines
339 B
YAML
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" |