v1
latestOpenAPI 3.1.02026-07-261690320.7 KBLink resource to team
Link resource to team
post/teams/{team_id}/linkResource
Path parameters
team_idinteger required
Unique ID of the team
Request body
Example request
{
"repo_id": 1,
"repo_path_limitation": {
"limitation_type": "include",
"paths": [
"/client/",
"/tests/client/"
]
}
}Response
The resource has successfully been linked to the team
Example response
{
"success": 1
}