ZITADEL Docs
APIsCore ResourcesV1Organization Objects

UpdateAPIAppConfig

Update API Application Config

Deprecated: Use PatchApplication instead to update the config of an API app.

Update the OIDC-specific configuration of an application.

PUT
/projects/{project_id}/apps/{app_id}/api_config

Path Parameters

project_id*string
app_id*string

Request Body

application/json

authMethodType?string
Value in"API_AUTH_METHOD_TYPE_BASIC" | "API_AUTH_METHOD_TYPE_PRIVATE_KEY_JWT"
[key: string]?never

Response Body

application/json

application/json

curl -X PUT "https://loading/projects/string/apps/string/api_config" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?