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

Body Params

    • Name
      userId
      Type
      string
    • Name
      content
      Type
      string

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response
    • Code
      422
      Type
      object
      Schema
      Description
      422 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }