Skip to content

Commit

Permalink
feat: Update OpenAPI file replicated from Notehub
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 21, 2024
1 parent 7e1750c commit f79cc83
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,11 @@ components:
in: query
required: false
schema:
type: string
type: array
items:
type: string
style: form
explode: true

deviceUIDsParamQuery:
name: deviceUIDs
Expand Down Expand Up @@ -2374,31 +2378,47 @@ components:
in: query
required: false
schema:
type: string
type: array
items:
type: string
style: form
explode: true
description: Filter by Serial Number

fleetUIDFilterQueryParam:
name: fleetUID
in: query
required: false
schema:
type: string
type: array
items:
type: string
style: form
explode: true
description: Filter by Fleet UID

sessionUIDFilterParam:
name: sessionUID
in: query
required: false
schema:
type: string
type: array
items:
type: string
style: form
explode: true
description: Filter by Session UID

eventUIDFilterQueryParam:
name: eventUID
in: query
required: false
schema:
type: string
type: array
items:
type: string
style: form
explode: true
description: Filter by Event UID

selectFieldsParam:
Expand Down

0 comments on commit f79cc83

Please sign in to comment.