POST/projects/{projectId}/update.json
Create a Project Update
To add a project update via the api, call this endpoint and pass in the update and health in the body of the request.
Path Params
- Name
projectId
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"updateId": "310",
"STATUS": "OK"
}