SetOrganizationFeatures
Set Organization Features
Configure and set features that apply to a complete instance. Only fields present in the request are set or unset.
Required permissions:
- org.feature.write
curl -X PUT "https://loading/v2/features/organization/string"{
"details": {
"sequence": 0,
"changeDate": "1s",
"resourceOwner": "string",
"creationDate": "1s"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?