Skip to content

Commit

Permalink
IS-8106 Levels export implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobarbero committed Aug 8, 2024
1 parent 27bbfa7 commit ed55b8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/is.ov.importexport.doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,19 +417,19 @@ paths:
description: Get levels
parameters:
- schema:
type: string
type: integer
in: query
name: start_datetime
description: start date time in unix time format (maximum interval between start and end 7 days)
required: true
- schema:
type: string
type: integer
in: query
name: end_datetime
description: end date time in unix time format (maximum interval between start and end 7 days)
required: true
- schema:
type: string
type: integer
in: query
name: supplier_id
description: supplier identifier
Expand Down

0 comments on commit ed55b8c

Please sign in to comment.