Skip to content

Commit 3978dba

Browse files
authored
Merge pull request #67 from mulesoft-anypoint/dev
removes unnecessary enum from get Teams
2 parents 637a103 + a328f7a commit 3978dba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spec/team.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ paths:
5252
type: string
5353
- name: team_type
5454
in: query
55-
description: return only teams that are of this type
55+
description: return only teams that are of the given type. Enum are internal, shared, private, external
5656
required: false
5757
schema:
5858
type: string
@@ -80,10 +80,6 @@ paths:
8080
required: false
8181
schema:
8282
type: string
83-
enum:
84-
- team_name
85-
- created_at
86-
- team_id
8783
- name: ascending
8884
in: query
8985
description: Whether to sort ascending or descending. Default true

0 commit comments

Comments
 (0)