POST/spaces/api/v1/notifications/read.json

Marks all notifications as read

Request Examples

Example Request

POST
/spaces/api/v1/notifications/read.json
curl --request GET \
     --url https://{site_name}.teamwork.com/tags.json

Responses

  • Code
    204
    Description
    204 No Content No Data
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

500 Internal Server Error

errResp
{
  "Code": 0,
  "Detail": "string",
  "ID": "string",
  "Title": "string"
}