Skip to main content

Create a form attribute

POST 

/form_attributes

This endpoint can create a form attribute

Request

Body

required

    form_attribute

    object

    form_id string

    The id of the form

    ne_attribute_id string

    The id of the attribute

    attr_type string

    Possible values: [ne_attribute, break]

    The attribute type

    order int32

    The position of the attribute on the form

Responses

Expected response to a valid request

Schema

    form_attribute

    object

    form_id string

    The id of the form

    ne_attribute_id string

    The id of the attribute

    attr_type string

    Possible values: [ne_attribute, break]

    The attribute type

    order int32

    The position of the attribute on the form

    id string

    The id of the form attribute

Loading...