Attributes

Create a New Custom Attribute Key

You may create a Custom Attribute Key using this action. It takes a JSON object containing the name and kind of the attribute key.

post/v1/attribute_keys

Request body

namestring required

A name for the custom attribute key.

kindstring required

The kind of custom attribute key. Must be one of the following - [text, date, email, image]

department_idnumber required

Department the custom attribute key should belong to.

Response

OK

Changes

Changed in 1 of the 30 revisions of this API.11

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added