Custom Domains: Update
This documentation entry provides a clear and detailed guide on how to update an existing custom domain using the API, including the necessary parameters, headers, and expected response.
Endpoint
POST /api/domains/{domain_id}
/api/domains/{domain_id}Request
POST https://uptimekeep.com/api/domains/{domain_id}Header
Type
Description
Parameter
Type
Required
Description
curl --request POST \
--url 'https://uptimekeep.com/api/domains/{domain_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'host=domain.com'Response
Fields
Field
Type
Description
Errors
Last updated