Skip to content

Commit

Permalink
Update values of API release parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bilaalrashid committed Jun 2, 2024
1 parent db004b9 commit 4f52111
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions openapi/pre-5/paths/fd/abl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ get:
type: string
enum:
- public-alpha
- team
- name: clientNeedsUpdate
in: query
description: Does the client need to be prompted with an update.
Expand Down
9 changes: 9 additions & 0 deletions openapi/pre-7/paths/fd/abl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ get:
schema:
type: string
example: W1A
- name: release
in: query
description: The release track of the API to use.
required: false
schema:
type: string
enum:
- public-alpha
- team
- name: clientNeedsUpdate
in: query
description: Does the client need to be prompted with an update.
Expand Down
9 changes: 9 additions & 0 deletions openapi/pre-7/paths/fd/app-article-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ get:
schema:
type: string
example: null
- name: release
in: query
description: The release track of the API to use.
required: false
schema:
type: string
enum:
- public-alpha
- team
responses:
'200':
description: Successful
Expand Down

0 comments on commit 4f52111

Please sign in to comment.