Skip to content

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.

Media typeapplication/json
object
token
required

The current authentication token of the runner

string
nullable
Examplegenerated
{
"token": "example"
}

Created

Media typeapplication/json
object
token
string
token_expires_at
string
Examplegenerated
{
"token": "example",
"token_expires_at": "example"
}

Bad Request

Forbidden

Unprocessable Entity