Updates the workspace segment for the specified workspace segment ID.
put
/primeapi/restapi/v16.2/segment/workspace
Request
Supported Media Types
- application/json
Body Parameter
The workspace segment to be updated.
Root Schema : ApiEntityCBSTemplateSegment
Type:
object
- copiedFrom
-
Type:
integer
(int64
)Required:true
The unique identifier for the original CBS segment. - segmentDefaultValue
-
Type:
string
Required:true
A value that is added to the concatenated code by default. This is not a required field. - segmentDefinitionName
-
Type:
string
Required:true
The name of the CBS segment. - segmentId
-
Type:
integer
(int64
)Required:true
The unique identifier for the CBS segment. - segmentSeparator
-
Type:
string
Required:true
The separator determines how the concatenated code is separated. The separator can be a period, space, or hyphen. - templateId
-
Type:
integer
(int64
)Required:true
The unique identifier for the CBS template.
Response
Supported Media Types
- application/json
Default Response
successful operation