Renew a personal access token
POST/api/v1/pat/:patId/renew
Issues a new token secret for an existing PAT, extending or resetting its expiry.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 500
Renewed PAT with new one-time token value
The request payload is invalid or missing required fields.
Missing or invalid authentication credentials. Provide a valid Bearer token.
You do not have permission to perform this action.
The requested resource was not found.
The request is well-formed but contains semantic errors (e.g. failed validation).
Rate limit exceeded. Please slow down your request rate.
An unexpected server error occurred. Please try again later.