No Results
Update Domain Content

EdgeCore version: 4.3.0

Method

PATCH /public/domains/{domainName}/content

Used to update content for a specific domain.

Parameters

Name Type Description Mandatory
domainName
string Domain whose content you want to update Yes
content[]
array of strings Content pages you want to provision Yes

 

cURL example

curl --location --request PUT 'http://localhost:8080/public/domains/testdomain/content' \
--header 'edgeApiKey: YWRtaW5AZGVmYXVsdHx3IDNHe2tMZTYhMkZkO3J3cipDaSZUdio5' \
--form 'content[]=/Content Menu/HeatMap' 

Example Response

[
    "/Content Menu/HeatMap"
]

HTTP Response

Code Status Description
200 OK The request has succeeded.
404 Not Found The domain could not be found.

Terms | Privacy