ZITADEL Docs
APIsCore ResourcesV1Instance Lifecycle

SetInstanceFeature

Set a feature flag on an instance

PUT
/instances/{instance_id}/features/{feature_id}

Path Parameters

instance_id*string
feature_id*string
Value in"INSTANCE_FEATURE_UNSPECIFIED" | "INSTANCE_FEATURE_LOGIN_DEFAULT_ORG"

Response Body

application/json

application/json

curl -X PUT "https://loading/instances/string/features/INSTANCE_FEATURE_UNSPECIFIED"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?