PATCH
/
domains
/
{domain}
Update a domain
curl --request PATCH \
  --url https://api.supaqr.com/domains/{domain} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "notFoundUrl": "https://example.com",
  "expiredUrl": "https://example.com",
  "assetLinks": "<string>",
  "appleAppSiteAssociation": "<string>",
  "archived": true
}'
{
  "slug": "<string>",
  "destination": "<string>",
  "clicks": 123,
  "expiredUrl": "<string>",
  "notFoundUrl": "<string>",
  "assetLinks": "<string>",
  "appleAppSiteAssociation": "<string>",
  "cnameStatus": "<string>",
  "sslStatus": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

domain
string
required

Body

application/json

Response

200
application/json

The response is of type object.