/
Update a DKIM selector
Selector is the unique identifier of your key. It has to be different from other keys selector.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/domains/{name}/dkim_selector
- EU Mailgunhttps://api.eu.mailgun.net/v3/domains/{name}/dkim_selector
curl -i -X PUT \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/domains/{name}/dkim_selector' \
-H 'Content-Type: multipart/form-data' \
-F dkim_selector=stringResponse
{ "message": "DKIM selector changed" }