PATCH
/
api
/
v1
/
support_teams
/
{id}
{
  "@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
}

Path Parameters

id
string
required

SupportTeam identifier

Body

application/merge-patch+json

The updated SupportTeam resource

Response

200
application/ld+json

SupportTeam resource updated