Rotates the secret value inside the Indexing API token and returns the new raw secret. All other properties of the token are unchanged. In order to rotate the secret value, include the token as the bearer token in the /rotatetoken
request. Please refer to Token rotation documentation for more information.
OK
Bad Request
Not Authorized
{- "rawSecret": "string",
- "createdAt": 0,
- "rotationPeriodMinutes": 0
}