Update Multiple Content Item Properties
Submits a request to update one or more properties for one or more Content Item entities in the Server.
Request takes as content (each with the Content Item ID and the new properties), and on success returns a response containing no content.
Type: |
PUT
|
URI: |
/rest/serverengine/entity/contentitems/properties
|
Parameters: |
– |
Request: |
Add. Headers: |
auth_token – Authorization Token (if server security settings enabled)
|
Content: |
JSON Name/Value Lists of the properties of the Content Items |
Content Type: |
application/json |
|
Response: |
Add. Headers: |
– |
Content: |
– |
Content Type: |
– |
Status: |
- 200 OK – Properties of Content Item entities successfully updated
- 401 Unauthorized – Server authentication required
- 403 Forbidden – Server authentication has failed or expired
|
|