VRPlatformVRPlatform
Me

/me/notifications

Update notifications for the authenticated user for the selected team

PUT
/me/notifications
X-API-Key<token>

API key provided in dashboard

In: header

Request Body

application/json

ownerStatementInReview?boolean
ownerStatementPublished?boolean
ownerInvited?boolean
memberInvited?boolean

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://api.vrplatform.app/me/notifications" \  -H "Content-Type: application/json" \  -d '{}'
{
  "ownerStatementInReview": true,
  "ownerStatementPublished": true,
  "ownerInvited": true,
  "memberInvited": true
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}
{
  "code": "string",
  "message": "string",
  "issues": [
    {
      "message": "string"
    }
  ],
  "context": null
}