Attributes
Create an attribute
Creates a new attribute on either an object or a list.
To create an attribute on an object, you must also have the object_configuration:read-write
scope.
To create an attribute on a list, you must also have the list_configuration:read-write
scope.
POST
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
Whether the attribute is to be created on an object or a list.
Available options:
objects
, lists
Example:
"lists"
A UUID or slug to identify the object or list the attribute belongs to.
Example:
"97052eb9-e65e-443f-a297-f2d9a4a7f795"
Body
application/json
Response
200
application/json
Success