v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBTeams
Create a team link
Add a new link to a team.
post/api/v2/team/{team_id}/links
Path parameters
team_idstring required
None
Request body
Example request
{
"data": {
"attributes": {
"label": "Link label",
"url": "https://example.com"
},
"type": "team_links"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"label": "Link label",
"url": "https://example.com"
},
"id": "b8626d7e-cedd-11eb-abf5-da7ad0900001",
"type": "team_links"
}
}