Update Baseline

post

/job/updateBaseline

Updates the baseline of a project.

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
A list of project objects for Schedule service
Root Schema : List<UpdateBaseline>
Type: array
Title: List<UpdateBaseline>
Show Source
Nested Schema : UpdateBaseline
Type: object
Title: UpdateBaseline
UpdateBaseline Entity
Show Source
  • The unique identifier for the baseline project.
  • The unique identifier for the job.
  • The amount of time in seconds that the server side will wait for the job service to complete before it returns with the current job status. The Timeout parameter is optional. When this operation is used without specifying a Timeout parameter or with a Timeout of 0, the server immediately returns without waiting for the job service to complete.
Back to Top

Response

Supported Media Types

201 Response

OK.
Body ()
Root Schema : JobServiceResponse
Type: object
Title: JobServiceResponse
JobServiceResponse Entity
Show Source

400 Response

Bad Request.

401 Response

Unauthorized.

403 Response

Forbidden.

404 Response

Not Found.

405 Response

Invalid Input.

500 Response

Internal Server Error.
Back to Top