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
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,16 @@
"format": "date-time",
"readOnly": true
},
"dateRange": {
Comment thread
pilor marked this conversation as resolved.
"description": "Selected date range for viewing cost in.",
"type": "string",
"readOnly": true
},
"currency": {
"description": "Selected currency.",
"type": "string",
"readOnly": true
},
"query": {
"description": "Query body configuration. Required.",
"type": "object",
Expand Down