Skip to content

Commit

Permalink
reduce the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Dec 19, 2024
1 parent 0aaff7c commit 1a08fc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/public-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,6 @@ paths:
operationId: List image queries
description: Retrieve a list of image-queries.
parameters:
- in: query
name: detector_id
schema:
type: string
description: Optionally filter image queries by detector ID.
- in: query
name: page
schema:
Expand All @@ -340,6 +335,11 @@ paths:
schema:
type: integer
description: Number of items to return per page.
- in: query
name: detector_id
schema:
type: string
description: Optionally filter image queries by detector ID.
tags:
- image-queries
security:
Expand Down

0 comments on commit 1a08fc7

Please sign in to comment.