cURL
curl --request PUT \ --url https://app.kosli.com/api/v2/organizations/{org}/experimental_features \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "experimental_features_enabled": true } '
Enable/Disable beta features for an org.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully updated state of experimental features.
Was this page helpful?