Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Remove page query parameter from /ras/runs spec
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
  • Loading branch information
eamansour committed Sep 9, 2024
1 parent 2bf80a7 commit ec79175
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/JsonError'
$ref: '#/components/schemas/APIError'
examples:
genericerror:
value:
Expand Down Expand Up @@ -1164,16 +1164,6 @@ paths:
schema:
type: string
example: dev.galasa.inttests.simbank.local.mvp.SimBankLocalJava11UbuntuMvp
- name: page
in: query
description: |
Deprecated (since 0.37.0) - Use the 'cursor' query parameter instead.
Causes a specific page in the available results to be returned.
The first page is page 1.
If omitted, then page 1 is returned.
schema:
type: integer
example: 2
- name: size
in: query
description: |
Expand Down

0 comments on commit ec79175

Please sign in to comment.