post https://{application_vanity_domain}/api/v1/applications//signing-keys/rotate
Rotates the signing keys for the specified application. As part of this API call, the following will happen:
- A new signing key will be generated for the 
NEXTrotation position. - The signing key in the 
NEXTrotation position will be moved to theCURRENTrotation position. - The signing key in the 
CURRENTrotation position will be moved to thePREVIOUSrotation position. - The signing key in the 
PREVIOUSrotation position will be deleted. 
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.
| Permission | Boundary | Description | 
|---|---|---|
| signing-key:rotate | Application | The subject can rotate the signing keys for the application that it is associated with. |