Update a Project Rank
put
/api/restapi/projectRank
Send a request to this endpoint to update a project rank. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : ApiEntityProjectRankInput
Type:
object
Title:
Show Source
ApiEntityProjectRankInput
-
evaluationCategoryId(required): integer
(int64)
Evaluation category ID.
-
evaluationRankId(required): integer
(int64)
The ranking for the evaluation category.
-
evaluationSubCategoryId(required): integer
(int64)
Evaluation subcategory ID.
-
projectId(required): integer
(int64)
The system-generated identifier of the project.
-
projectRankId: integer
(int64)
The system-generated identifier of the project rank.
Examples
Back to Top
Response
204 Response
Successful operation with no content.
400 Response
Invalid input.