UpdateSAMLAppConfig
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
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": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?