mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 04:19:11 +00:00
16 lines
397 B
YAML
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"
|