Update a Strategy Project
put
/api/restapi/strategyProject
Send a request to this endpoint to update a strategy project.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : ApiEntityStrategyProjectInput
Type:
object
Title:
ApiEntityStrategyProjectInput
This entity represents a StrategyProject object, a unique StrategyProject object can be identified by the following combinations of the fields.
Show Source
- strategyProjectId
-
percentAlignment: number
(double)
The degree of alignment the project has to the strategy node. A single project can be aligned to multiple strategy nodes.
-
projectCode: string
Minimum Length:
1
Maximum Length:60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The system-generated identifier of a project.
-
strategyId: integer
(int64)
The system-generated identifier of a strategy.
-
strategyProjectId: integer
(int64)
The system-generated identifier of a project associated with a strategy.
Examples
Back to Top
Response
204 Response
Successful operation with no content.
400 Response
Invalid input for the Strategy Project service.