Update Application
Deprecated: Use PatchApplication instead to update the generic params of an app.
Update the basic information of an application. This doesn't include information that are dependent on the application type (OIDC, API, SAML)
Path Parameters
Request Body
application/json
Response Body
application/json
curl -X PUT "https://loading/projects/string/apps/string" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Update API Application Config
Update API Application Config: Deprecated: Use [PatchApplication](/reference/api/application/zitadel.application.v2.ApplicationService.UpdateApplication) instead to update the config of an API app. Update the OIDC-specific confi...
Update OIDC Application Config
Update OIDC Application Config: Deprecated: Use [PatchApplication](/reference/api/application/zitadel.application.v2.ApplicationService.UpdateApplication) instead to update the config of an OIDC app. Update the OIDC specific conf...