Documentation Index
Fetch the complete documentation index at: https://mintlify.com/zitadel/zitadel/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Description
Changes the configuration of an OIDC, API, or SAML type application, as well as the application name.Required Permission
project.app.write
Path Parameters
The unique ID of the application to be updated.Min Length: 1
Max Length: 200
Max Length: 200
Request Body
The ID of the project the application belongs to.Min Length: 1
Max Length: 200
Max Length: 200
Updated name for the application. If not set, the name will not be changed.Max Length: 200
Updated OIDC configuration. Only provided fields will be updated.
Updated redirect URIs (replaces all existing URIs).
Updated response types.
Updated grant types.
Updated application type.
Updated authentication method.
Updated post-logout redirect URIs.
Updated dev mode setting.
Updated access token type.
Updated access token role assertion.
Updated ID token role assertion.
Updated ID token userinfo assertion.
Updated API configuration.
Updated authentication method.
Response
The timestamp of the application update. If no changes were made, the previous change date is returned.
Example Request
Example Response
Error Responses
404 Not Found- Application not found400 Bad Request- Invalid configuration403 Forbidden- Insufficient permissions
Important Notes
- When updating arrays (like redirect URIs), the entire array is replaced
- Optional fields that are not provided will remain unchanged
- Changing authentication methods may require regenerating secrets