Skip to content

Commit d1590b0

Browse files
committed
update openapi file
1 parent 57a3017 commit d1590b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

finfeedapi/prediction-markets-api-rest/spec/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@
853853
"tags": [
854854
"Ohlcv"
855855
],
856-
"summary": "Historical data for a market",
856+
"summary": "Historical data for an exchange",
857857
"description": "Get OHLCV timeseries data for an exchange, returned in time ascending order.",
858858
"parameters": [
859859
{
@@ -937,7 +937,7 @@
937937
"tags": [
938938
"Ohlcv"
939939
],
940-
"summary": "Historical data for a market",
940+
"summary": "Historical data for a specific market",
941941
"description": "Get OHLCV timeseries data for a specific market, returned in time ascending order.",
942942
"parameters": [
943943
{

finfeedapi/prediction-markets-api-rest/spec/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ paths:
646646
get:
647647
tags:
648648
- Ohlcv
649-
summary: Historical data for a market
649+
summary: Historical data for an exchange
650650
description: 'Get OHLCV timeseries data for an exchange, returned in time ascending order.'
651651
parameters:
652652
- name: exchange_id
@@ -699,7 +699,7 @@ paths:
699699
get:
700700
tags:
701701
- Ohlcv
702-
summary: Historical data for a market
702+
summary: Historical data for a specific market
703703
description: 'Get OHLCV timeseries data for a specific market, returned in time ascending order.'
704704
parameters:
705705
- name: exchange_id

0 commit comments

Comments
 (0)