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 type application/json
object
token
required

The current authentication token of the runner

string
nullable
Example generated
{
"token": "example"
}

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