API ReferenceAdmin Signing Keys
Activate Saml
POST
/v1/admin/signing-keys/saml/activateAuthorization
HTTPBearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/admin/signing-keys/saml/activate" \ -H "Content-Type: application/json" \ -d '{}'{ "kind": "oidc", "new_kid": "string", "backend": "software", "kms_key_arn": "string", "previous_kid": "string", "previous_expires_at": "2019-08-24T14:15:22Z"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}