curl --request PATCH \
--url https://api.cal.com/v2/organizations/{orgId}/attributes/{attributeId}/options/{optionId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"value": "<string>",
"slug": "<string>"
}'
{
"status": "success",
"data": {
"id": "attr_option_id",
"attributeId": "attr_id",
"value": "option_value",
"slug": "option-slug"
}
}
value must be Bearer <token>
where <token>
is api key prefixed with cal_
The response is of type object
.
curl --request PATCH \
--url https://api.cal.com/v2/organizations/{orgId}/attributes/{attributeId}/options/{optionId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"value": "<string>",
"slug": "<string>"
}'
{
"status": "success",
"data": {
"id": "attr_option_id",
"attributeId": "attr_id",
"value": "option_value",
"slug": "option-slug"
}
}
curl --request PATCH \
--url https://api.cal.com/v2/organizations/{orgId}/attributes/{attributeId}/options/{optionId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"value": "<string>",
"slug": "<string>"
}'
{
"status": "success",
"data": {
"id": "attr_option_id",
"attributeId": "attr_id",
"value": "option_value",
"slug": "option-slug"
}
}
value must be Bearer <token>
where <token>
is api key prefixed with cal_
The response is of type object
.
curl --request PATCH \
--url https://api.cal.com/v2/organizations/{orgId}/attributes/{attributeId}/options/{optionId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"value": "<string>",
"slug": "<string>"
}'
{
"status": "success",
"data": {
"id": "attr_option_id",
"attributeId": "attr_id",
"value": "option_value",
"slug": "option-slug"
}
}