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 Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
token
required
The current authentication token of the runner
string
Examplegenerated
{ "token": "example"}Responses
Section titled “Responses”Created
Media typeapplication/json
object
token
string
token_expires_at
string
Examplegenerated
{ "token": "example", "token_expires_at": "example"}Bad Request
Forbidden
Unprocessable Entity