1.5

Update Content Item Properties
Submits a request to update (and replace) the properties for a specific Content Item entity in the
Server.
Request takes a JSON Name/Value List as content (the Content Item ID and the new
properties), and on success returns a response containing the result of the request for
update/replacement (true”).
Type: PUT
URI:
/rest/serverengine/entity/contentitems/{contentItemId}/properties
Parameters:
Path:
l contentItemId the ID of the Content Item entity in Server
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: JSON Name/Value List of properties for Content Item
Content
Type:
application/json
Response:
Add.
Headers:
-
Content: Result of request to update Content Item
Content
Type:
text/plain
Status:
l 200 OK Update of Content Item properties
successfully requested (response of “true” for
Page 238