Skip to main content

Regenerate a Signer Auth Secret

PUT 

/v3/applications/:appId/envs/:appEnv/signers/:signerId/regenerate-auth-secret

This endpoint regenerates a signer auth secret.

Request

Path Parameters

    appId stringrequired

    The application identifier which is used to identify the application used.

    Example: appId_XXXX-XXXX-XXXX-XXXX-XXXX
    appEnv stringrequired

    Possible values: [DEVELOPMENT, STAGING, PRODUCTION]

    The execution environment of the application where request are executed.

    signerId stringrequired

    The unique identifier of the signer to be revoked.

Responses

The created Signer Auth Secret.

Schema

    authSecret string

    The Signer Auth Secret.

Loading...