POST
/
api
/
v1
/
support_teams
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "user": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "firstName": "<string>",
    "lastName": "<string>",
    "fullName": "<string>",
    "logo": "<string>"
  },
  "isSubscribedNewIssue": true
}

Body

The new SupportTeam resource

Response

201
application/ld+json

SupportTeam resource created