Project Off-Hold

The event emitted will include the following information:

{
  "method": "project-off-hold",
  "params": {
    "timestamp": "2021-01-01T00:00:00.000Z",
    "user": {
      "user_id": "60d0fe4f5311236168a109ca"
    },
    "data": {
      "project_id": "69830ddeb8c12cc44b773165",
      "reason": "off-hold reason"
    }
  }
}

Last updated