Skip to content

Commit 463dacc

Browse files
committed
refactors team_group_mappings to add operationId to all resources
1 parent b3ab5a8 commit 463dacc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/team_group_mappings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ paths:
3131
schema:
3232
type: string
3333
get:
34+
operationId: getTeamGroupMappings
3435
description: retrieves team groupmappings
3536
parameters:
3637
- name: limit
@@ -56,6 +57,7 @@ paths:
5657
$ref: '#/components/responses/SuccessListTeamGroupMappings'
5758

5859
put:
60+
operationId: putTeamGroupMappings
5961
description: adds the given group mappings to the given team
6062
requestBody:
6163
content:

0 commit comments

Comments
 (0)