curl --request PATCH \
--url https://prod.featherhq.com/api/v1/organization \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"allowedChatDomains": [
"<string>"
],
"schedulerBatchSize": 1,
"priorityDateBucketConfig": {
"buckets": [
{
"minDays": 1,
"maxDays": 1,
"percentage": 50
}
],
"enabled": true
}
}
'{
"organization": {
"id": "<string>",
"name": "<string>",
"allowedChatDomains": [
"<string>"
],
"schedulerBatchSize": 123,
"maxSchedulerBatchSize": 123,
"priorityDateBucketConfig": {
"buckets": [
{
"minDays": 1,
"maxDays": 1,
"percentage": 50
}
],
"enabled": true
},
"createdAt": "<string>",
"updatedAt": "<string>"
}
}curl --request PATCH \
--url https://prod.featherhq.com/api/v1/organization \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"allowedChatDomains": [
"<string>"
],
"schedulerBatchSize": 1,
"priorityDateBucketConfig": {
"buckets": [
{
"minDays": 1,
"maxDays": 1,
"percentage": 50
}
],
"enabled": true
}
}
'{
"organization": {
"id": "<string>",
"name": "<string>",
"allowedChatDomains": [
"<string>"
],
"schedulerBatchSize": 123,
"maxSchedulerBatchSize": 123,
"priorityDateBucketConfig": {
"buckets": [
{
"minDays": 1,
"maxDays": 1,
"percentage": 50
}
],
"enabled": true
},
"createdAt": "<string>",
"updatedAt": "<string>"
}
}Organization updated successfully
Show child attributes