Skip to content

Commit 8327e3b

Browse files
committed
update openapi file
1 parent 60fbf74 commit 8327e3b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,8 @@
556556
"tags": [
557557
"Markets"
558558
],
559-
"summary": "Lists active market IDs for a specific exchange.\nReturns only market IDs (not full market objects) because this data is derived from recent quotes and transactions only.\nUse the /history endpoint to retrieve full market details.",
559+
"summary": "Lists active market IDs for a specific exchange.",
560+
"description": "Returns only market IDs (not full market objects) because this data is derived from recent quotes and transactions only.\nUse the /history endpoint to retrieve full market details.",
560561
"parameters": [
561562
{
562563
"name": "exchange_id",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@ paths:
413413
get:
414414
tags:
415415
- Markets
416-
summary: "Lists active market IDs for a specific exchange.\nReturns only market IDs (not full market objects) because this data is derived from recent quotes and transactions only.\nUse the /history endpoint to retrieve full market details."
416+
summary: Lists active market IDs for a specific exchange.
417+
description: "Returns only market IDs (not full market objects) because this data is derived from recent quotes and transactions only.\nUse the /history endpoint to retrieve full market details."
417418
parameters:
418419
- name: exchange_id
419420
in: path

0 commit comments

Comments
 (0)