cURL
curl --request PUT \ --url https://api-v2.missioninbox.com/godaddy-keys/{id}/ \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "api_key": "<string>", "api_secret": "<string>" } '
{ "id": 123, "user": 123, "api_key": "<string>", "api_secret": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "key_valid": true }
Update a GoDaddy API key.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Updated name for this API key
Updated GoDaddy API key
Updated GoDaddy API secret
255