Skip to content

Commit

Permalink
Allow portal versions to be queried by name
Browse files Browse the repository at this point in the history
Adding a `versionName` query param to the `/versions` route.

Signed-off-by: Craig Tracey <craig@arctir.com>
  • Loading branch information
craigtracey committed Nov 11, 2024
1 parent 40d8941 commit d78e786
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generated/v1/api.flat.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,12 @@ paths:
schema:
type: string
description: The next cursor
- name: versionName
in: query
required: false
schema:
type: string
description: Search for a Version by name
summary: Retrieve a list of PortalVersions
operationId: getPortalVersions
responses:
Expand Down
6 changes: 6 additions & 0 deletions generated/v1/api.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@ paths:
schema:
type: string
description: The next cursor
- name: versionName
in: query
required: false
schema:
type: string
description: Search for a Version by name
summary: Retrieve a list of PortalVersions
operationId: getPortalVersions
responses:
Expand Down
6 changes: 6 additions & 0 deletions spec/v1/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,12 @@ paths:
schema:
type: string
description: The next cursor
- name: versionName
in: query
required: false
schema:
type: string
description: Search for a Version by name
summary: Retrieve a list of PortalVersions
operationId: getPortalVersions
responses:
Expand Down

0 comments on commit d78e786

Please sign in to comment.