mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
NEROCKET-183 This is the commit for subtask NEROCKET-76 which was ori…' by github action: 6238249744
18 lines
435 B
YAML
18 lines
435 B
YAML
type: object
|
|
properties:
|
|
uid:
|
|
type: string
|
|
description: The uid of the form
|
|
example: form_uid
|
|
description:
|
|
type: text
|
|
example: Form for creating new profile
|
|
description: The description of the form
|
|
name:
|
|
type: string
|
|
example: My Form Name
|
|
description: The name of the form
|
|
archived:
|
|
type: boolean
|
|
example: false
|
|
description: Determines whether the form is archived |