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

user
string<iri-reference>
Example:

"https://example.com/"

isSubscribedNewIssue
boolean | null

Response

SupportTeam resource created

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