curl --request PUT \
--url https://use.hoop.dev/api/orgs/features \
--header 'Content-Type: */*' \
--data '{
"name": "ask-ai",
"status": "enabled"
}'
This response does not have an example.
Updates a feature configuration. It will report if this feature is available in the user info endpoint.
curl --request PUT \
--url https://use.hoop.dev/api/orgs/features \
--header 'Content-Type: */*' \
--data '{
"name": "ask-ai",
"status": "enabled"
}'
This response does not have an example.
The request body resource
The body is of type object
.
No Content
Was this page helpful?