Checkpoint
Checkpointing or versioning a Workspace commits the Repository changes made to the version being created. After checkpointing a Workspace, any subsequent changes will apply to a subsequent version. It also sets it in the status of the Workspace to “Checkpointed”, and allows the Workspace to be submitted for delivery.
- URI: http://ServerName:port/siebel/v1.0/wsoperation/{wsname}/Checkpoint
- HTTP Method: POST
- Content-Type: application/json
- Authorization: Basic
-
Request Body:
{ "Comments": "string" }Note: Comments must be between 3 and 250 characters. -
Response details
{ "Name": "dev_sadmin_feature_def", "Status": "Checkpointed", "Id": "88-3Z69YR", "Version": "1" }