Update a Workspace CBS Segment

put

/api/restapi/segment/workspace

Send a request to this endpoint to update a CBS segment.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityCBSTemplateSegmentInput
Type: object
Title: ApiEntityCBSTemplateSegmentInput
This entity represents a CBSTemplateSegment object, a unique CBSTemplateSegment object can be identified by the following combinations of the fields.
  • cbsTemplateSegmentId
  • segmentDefinitionName,workspaceId
  • segmentDefinitionName,workspaceCode
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the CBS Segment resource.
Back to Top