post https://mpulse.soasta.com/concerto/services/rest/RepositoryService/v1/Objects//
Update a repository object.
Responses
204Successfully updated.
Update a repository object.
204Successfully updated.
xxxxxxxxxx
10curl --request POST \
--url https://mpulse.soasta.com/concerto/services/rest/RepositoryService/v1/Objects/alert/objectId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"name": "akamai.com",
"type": "domain"
}
'