# Start a configuration process

From **GitHub v3 REST API**.

`POST /setup/api/configure`

This endpoint allows you to start a configuration process at any time for your updated settings to take effect:

## Responses

### `202`

Response

## Request examples

### cURL

```shell
curl --request POST \
  --url {protocol}://{hostname}/api/v3/setup/api/configure
```
