Update Multiple Workspace CBS Segments

put

/api/restapi/segment/workspace/batch

Send a request to this endpoint to update one or more workspace CBS segments.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityCBSTemplateSegmentInput>
Type: array
Title: List<ApiEntityCBSTemplateSegmentInput>
Show Source
  • ApiEntityCBSTemplateSegmentInput
    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
Nested 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