Create a team link
POST {{baseUrl}}/api/v2/team/:team_id/links
Add a new link to a team.
Request Body
{"data"=>{"attributes"=>{"label"=>"<string>", "url"=>"<string>", "position"=>"<integer>", "team_id"=>"<string>"}, "type"=>"team_links"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"label":"\u003cstring\u003e","url":"\u003cstring\u003e","position":"\u003cinteger\u003e","team_id":"\u003cstring\u003e"},"id":"\u003cstring\u003e","type":"team_links"}}