# Update a DKIM selector

Selector is the unique identifier of your key. It has to be different from other keys selector.

Endpoint: PUT /v3/domains/{name}/dkim_selector
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `name` (string, required)
    The domain name

## Request fields (multipart/form-data):

  - `dkim_selector` (string)
    Update the DKIM selector for a domain. If omitted no change is committed.

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message

## Response 401 fields (application/json):

  - `message` (string, required)
    Response message

## Response 404 fields (application/json):

  - `message` (string, required)
    Response message


