Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,12 @@ paths:
type: string
style: form
description: search by attributes using the format (space separated) `k1:v1 k2:v2`
- in: query
name: exact
schema:
type: string
style: form
description: search parameter exact match
responses:
200:
description: success
Expand Down Expand Up @@ -745,6 +751,12 @@ paths:
type: string
style: form
description: search by attributes using the format (space separated) `k1:v1 k2:v2`
- in: query
name: exact
schema:
type: string
style: form
description: exact search
responses:
200:
description: success
Expand Down