Update Project Baseline

put

/api/restapi/action/baseline

Update a project baseline using either projectBaselineId or the set of parent codes, providing the fields in the body that needs to be updated.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityBaselineInput
Type: object
Title: ApiEntityBaselineInput
This entity represents a Baseline object, a unique Baseline object can be identified by the following combinations of the fields.
  • projectBaselineId
  • name,projectId
  • name,projectCode,workspaceCode
Show Source
  • The system-generated unique identifier of a baseline category.
  • Minimum Length: 1
    Maximum Length: 255
    The name of the baseline category.
  • The progress point, or "as-of date", for activities in the project. Project status is up-to-date as of the data date. You can set the data date when you schedule the project, or you can set it manually.
    The data date is also used for updating the dates of scope assignments and work packages when they are not linked to activities.
  • Minimum Length: 0
    Maximum Length: 4000
    A detailed summary for the baseline or snapshot.
  • Maximum Length: 255
    Name for the baseline or snapshot.
  • The system-generated identifier of a baseline.
  • Minimum Length: 1
    Maximum Length: 60
    The unique identifier for a project set by the user who created the project.
  • The unique identifier for the project.
  • Maximum Length: 255
    Name of baseline or scenario.
  • Allowed Values: [ "FROM_HISTORY", "BASELINE", "SCENARIO", "CURRENT_SCHEDULE" ]
    Source of the baseline. Default value is CURRENT_SCHEDULE.
  • Allowed Values: [ "IN_PROGRESS", "FAILED", "COMPLETE" ]
    The status of the baseline process. Valid values are: In Progress, Failed, and Complete.
  • The time at which the snapshot was generated. Allowed format is "yyyy-MM-dd'T'HH:mm:ss.Z".
  • Allowed Values: [ "ORIGINAL", "CURRENT", "OTHER", "NONE" ]
    Identifies the official and unofficial baselines.
    Original: A copy of the original project schedule, against which you can evaluate project progress. The original baseline locks down all original values. It marks the starting point for requiring change requests for modifications to Scope Items, Work Packages, and Scope Assignments.
    Current: A copy of the latest project schedule. It can only be set when there is an original baseline. This is also referred to as the active baseline.
    Other: A third official baseline that can be used for any purpose.
    Blank: A blank field indicates this is an unofficial baseline, which could become an official baseline if desired.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the Action service.
Back to Top