Files
api-specs/nerm/schemas/POST/FormAttributes.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

21 lines
524 B
YAML

type: object
properties:
form_id:
type: string
description: The id of the form
example: ac4aae0b-4140-49a4-a84c-126762fd0c8f
ne_attribute_id:
type: string
example: ac4aae0b-4140-49a4-a84c-126762fd0c8f
description: The id of the attribute
attr_type:
type: string
example: ne_attribute
description: The attribute type
enum: [ne_attribute, break]
order:
type: integer
format: int32
example: 1
description: The position of the attribute on the form