Skip to content

Commit

Permalink
docs: update openapi examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fjugipe committed Nov 19, 2024
1 parent 3f05f0d commit 71c92cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api/openapi/custom_dimension_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"summary": "Open start range",
"value": "../10.0",
},
"Combination": {
"summary": "Combination",
"value": "1.0, 1.5/1.8, R5/2.0/2.0",
},
}

periods = {
Expand All @@ -54,6 +58,10 @@
"summary": "Open end range",
"value": "PT0S/..",
},
"Combination": {
"summary": "Combination",
"value": "PT0S, PT1M/PT10M",
},
}

methods = {
Expand Down

0 comments on commit 71c92cf

Please sign in to comment.