cURL
curl --request PATCH \ --url {schemes}://api.upsun.com/projects/{projectId}/domains/{domainId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "attributes": {}, "is_default": true } '
{ "status": "<string>", "code": 123 }
Update the information associated with a single user-specified domain associated with a project.
A valid request URL is required to generate request examples
Arbitrary attributes attached to this resource
Show child attributes
Is this domain default
The status text of the response
The status code of the response