Skip to main content
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

user
string<iri-reference>
Example:
isSubscribedNewIssue
boolean | null

Response

@context
@id
string
@type
string
id
integer
user
object
isSubscribedNewIssue
boolean | null