Update Content Set Properties

Submits a request to update (and replace) the properties for a specific Content Set entity in the Server.

Request takes a JSON Name/Value List as content (the Content Set 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/contentsets/{contentSetId}/properties
Parameters:

Path:

  • contentSetId – the ID of the Content Set entity in Server
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content: JSON Name/Value List of properties for Content Set
Content Type: application/json
Response:
Add. Headers:
Content: Result of request to update Content Set
Content Type: text/plain
Status:
  • 200 OK – Update of Content Set properties successfully requested (response of “true” for success)
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired
  • 500 Internal Server Error – Server error or Content Set ID mismatch in JSON
 
   
  • Last Topic Update: 13, December, 2016 02:11 AM
  • Last Published: 2019-02-01 : 9:59 AM