fix: Add /api/v1 to the team_members API documentation (#6987)
This commit is contained in:
parent
af971c9b18
commit
92705723f1
@ -382,7 +382,7 @@
|
|||||||
$ref: ./application/teams/update.yml
|
$ref: ./application/teams/update.yml
|
||||||
delete:
|
delete:
|
||||||
$ref: ./application/teams/delete.yml
|
$ref: ./application/teams/delete.yml
|
||||||
/accounts/{account_id}/teams/{team_id}/team_members:
|
/api/v1/accounts/{account_id}/teams/{team_id}/team_members:
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/parameters/account_id'
|
- $ref: '#/parameters/account_id'
|
||||||
- $ref: '#/parameters/team_id'
|
- $ref: '#/parameters/team_id'
|
||||||
|
|||||||
@ -3980,7 +3980,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/accounts/{account_id}/teams/{team_id}/team_members": {
|
"/api/v1/accounts/{account_id}/teams/{team_id}/team_members": {
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"$ref": "#/parameters/account_id"
|
"$ref": "#/parameters/account_id"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user