fix: Add /api/v1 to the team_members API documentation (#6987)

This commit is contained in:
Pranav Raj S
2023-04-25 20:17:15 -07:00
committed by GitHub
parent af971c9b18
commit 92705723f1
2 changed files with 2 additions and 2 deletions

View File

@@ -382,7 +382,7 @@
$ref: ./application/teams/update.yml
delete:
$ref: ./application/teams/delete.yml
/accounts/{account_id}/teams/{team_id}/team_members:
/api/v1/accounts/{account_id}/teams/{team_id}/team_members:
parameters:
- $ref: '#/parameters/account_id'
- $ref: '#/parameters/team_id'

View File

@@ -3980,7 +3980,7 @@
}
}
},
"/accounts/{account_id}/teams/{team_id}/team_members": {
"/api/v1/accounts/{account_id}/teams/{team_id}/team_members": {
"parameters": [
{
"$ref": "#/parameters/account_id"