Update SAML Application Config
Deprecated: Use PatchApplication instead to update the config of a SAML app.
Update the SAML specific configuration of an application.
Path Parameters
project_id*string
app_id*string
Request Body
application/json
loginVersion?|
metadataUrl*string
[key: string]?never
Response Body
application/json
curl -X PUT "https://loading/projects/string/apps/string/saml_config" \ -H "Content-Type: application/json" \ -d '{ "metadataUrl": "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 Project Member
Update Project Member: Deprecated: use [UpdateAdministrator](/reference/api/internal_permission/zitadel.internal_permission.v2.InternalPermissionService.UpdateAdministrator) instead. Members are users with permission to ...
Update Service Account
Update Service Account: Deprecated: use [user service v2 UpdateUser](/reference/api/user/zitadel.user.v2.UserService.UpdateUser) instead. Change a service account/service account. It is used for accounts with non-interact...