ApiDomains
Update owned source domains for a domain
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
The ID of the domain
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/domains/string/owned-sources" \ -H "Content-Type: application/json" \ -d '{ "ownedSources": [ "blog.example.com", "shop.example.com" ] }'[
"string"
]Empty