Skip to main content
PATCH
Update an attribute

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_

Path Parameters

orgId
number
required
attributeId
string
required

Body

application/json
name
string
slug
string
type
enum<string>
Available options:
TEXT,
NUMBER,
SINGLE_SELECT,
MULTI_SELECT,
USER_RELATIONSHIP
enabled
boolean

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required