Create a Project Baseline.
post
/primeapi/restapi/v16.2/action/createBaseline
Request
Supported Media Types
- application/json
Body Parameter
Project Baseline to be created.
Root Schema : ApiEntityBaseline
Type:
object
- description
-
Type:
string
- id
-
Type:
integer
(int64
) - isBaseline
-
Type:
boolean
Default Value:false
- name
-
Type:
string
- projectId
-
Type:
integer
(int64
) - status
-
Type:
string
Allowed Values:[ "CURRENT", "ORIGINAL", "IN_PROGRESS", "FAILED" ]
- type
-
Type:
string
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityBaseline
Type:
object
- description
-
Type:
string
- id
-
Type:
integer
(int64
) - isBaseline
-
Type:
boolean
Default Value:false
- name
-
Type:
string
- projectId
-
Type:
integer
(int64
) - status
-
Type:
string
Allowed Values:[ "CURRENT", "ORIGINAL", "IN_PROGRESS", "FAILED" ]
- type
-
Type:
string
404 Response
The Project Baseline does not exist or you do not have access to it.