FinishRebase

FinishRebase allows you to finish the rebase in progress after you have resolved your conflicts in Web Tools. You can finish the rebase in Web Tools, but you may find there are reasons to do this through REST.

  • URI: Single Workspace: http://ServerName:port/siebel/v1.0/wsoperation/{wsname}/FinishRebase
  • HTTP Method: POST
  • Content-Type: application/json
  • Authorization: Basic
  • Request Body:
    {
    "Comments": "string"
    }
    
    Note: Comments must be between 3 and 250 characters.
  • Response details

    • HTTP Code: 200
    • Content-Type: application/json
    • Response Body:
      {
          "Name": "dev_sadmin_feature_pqr",
          "Status": "Checkpointed",
          "Id": "88-3Z6A41",
          "Version": "2"
      }