Skip to content

Commit

Permalink
fix(specs): mistakes in the ingestion spec (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored Dec 13, 2022
1 parent 1685ed0 commit 2f456a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions specs/ingestion/common/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ eventID:
itemsPerPage:
name: itemsPerPage
in: query
description: The number of items per page to return
description: The number of items per page to return.
required: false
schema:
type: integer

page:
name: page
in: query
description: The page number to fetch, starting at 1
description: The page number to fetch, starting at 1.
required: false
schema:
type: integer
4 changes: 2 additions & 2 deletions specs/ingestion/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ paths:
$ref: 'paths/runs/events/events.yml'
/1/runs/{runID}/events/{eventID}:
$ref: 'paths/runs/events/eventID.yml'
/1/runs/tasks/{id}:
$ref: 'path/runs/tasks/taskID.yml'
/1/runs/tasks/{taskID}:
$ref: 'paths/runs/tasks/taskID.yml'

0 comments on commit 2f456a4

Please sign in to comment.