Update SSO connectionCopy Pagepatch https://api.staging.payrails.io/auth/sso/connections/{connectionId}Update the status or metadata of an existing SSO identity provider connection.Path ParamsconnectionIduuidrequiredUnique identifier of the SSO connection.Body ParamsStatus UpdateMetadata UpdateMetadata And Status UpdatestatusstringenumrequiredLifecycle status of the connection.enableddisabledAllowed:enableddisabledmetadataobjectProvider-specific metadata required to refresh connection configuration.metadata objectHeadersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Content-TypestringrequiredContent Type key to indicate the original media type of the resource.Responses 200Success. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found. 415Unsupported Media Type. 429Too Many Requests. 500Internal Server Error.Updated 3 days ago