cURL
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.
The request body resource
The name of the feature
ask-ai
Status of the resource
enabled
disabled
No Content
Was this page helpful?