PUT/projects/{projectId}/update/request.json
Requesting a Project Update from a Project Owner
If you have a project owner set, you can request an update from them. This will notify them that you are looking for an update. From there, the project owner can go in and create a project update.
Path Params
- Name
projectId
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
- Code
- 422
- Type
- object
- Schema
- Description
- 422 Response
200 Response
application/json
{
"STATUS": "OK"
}