Reset a runner authentication token with the current token
POST
/api/v4/runners/reset_authentication_token
Resets a runner authentication token with the token used to authenticate the request.
Authorizations
Section titled “ Authorizations ”Request Body required
Section titled “ Request Body required ” Media type application/json
object
token
required
The current authentication token of the runner
string
Example generated
{ "token": "example"}Responses
Section titled “ Responses ”Created
Media type application/json
object
token
string
token_expires_at
string
Example generated
{ "token": "example", "token_expires_at": "example"}Bad Request
Forbidden
Unprocessable Entity