Auth Server
Update an auth server
Update an auth server.
patch/v1/auth-servers/{authServerId}
Request body
Example request
{
"labels": {
"env": "test"
},
"trusted_origins": [
"https://example.com"
],
"dcr": {
"redirect_uri_allowlist": [
"https://example.com/callback"
]
}
}Response
An auth server
Example response
{
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"trusted_origins": [
"https://example.com"
],
"dcr": {
"redirect_uri_allowlist": [
"https://example.com/callback"
]
}
}