Skip to main content
POST
/
api
/
v1
/
management
/
attribute-classes
{
  "data": {
    "archived": false,
    "createdAt": "2024-04-23T11:21:38.155Z",
    "description": null,
    "environmentId": "clurwouax000azffxt7n5unn3",
    "id": "clvcapx7v0000xz1zskcgf5k0",
    "key": "my-custom-attribute",
    "name": "My new Attribute",
    "type": "custom",
    "updatedAt": "2024-04-23T11:21:38.155Z"
  }
}

Headers

x-api-key
string
required

Body

application/json
environmentId
string
required
key
string
required
name
string
required
type
enum<string>
required
Available options:
custom
description
string

Response

OK

The response is of type object.