Skip to content

Commit 8233660

Browse files
committed
update openapi file
1 parent af85acd commit 8233660

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

coinapi/indexes-api-rest/spec/openapi.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,23 +1710,28 @@
17101710
"tags": [
17111711
{
17121712
"name": "Multi-Asset Weights",
1713-
"description": "Use these endpoints to inspect and manage the asset weights used by multi-asset indexes."
1713+
"description": "Use these endpoints to inspect and manage the asset weights used by multi-asset indexes.",
1714+
"x-displayName": "Multi-Asset Weights"
17141715
},
17151716
{
17161717
"name": "Metadata",
1717-
"description": "Use these endpoints to discover supported exchanges used by index-related datasets."
1718+
"description": "Use these endpoints to discover supported exchanges used by index-related datasets.",
1719+
"x-displayName": "Metadata"
17181720
},
17191721
{
17201722
"name": "Periods",
1721-
"description": "Use these endpoints to discover supported time periods for index time-series requests."
1723+
"description": "Use these endpoints to discover supported time periods for index time-series requests.",
1724+
"x-displayName": "Periods"
17221725
},
17231726
{
17241727
"name": "Indexes",
1725-
"description": "Use these endpoints to explore available indexes and retrieve current, historical, and time-series index values."
1728+
"description": "Use these endpoints to explore available indexes and retrieve current, historical, and time-series index values.",
1729+
"x-displayName": "Indexes"
17261730
},
17271731
{
17281732
"name": "Index Input Data",
1729-
"description": "Use these endpoints to inspect and manage the input data that feeds index definitions."
1733+
"description": "Use these endpoints to inspect and manage the input data that feeds index definitions.",
1734+
"x-displayName": "Index Input Data"
17301735
}
17311736
]
17321737
}

coinapi/indexes-api-rest/spec/openapi.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,11 +1269,16 @@ security:
12691269
tags:
12701270
- name: Multi-Asset Weights
12711271
description: Use these endpoints to inspect and manage the asset weights used by multi-asset indexes.
1272+
x-displayName: Multi-Asset Weights
12721273
- name: Metadata
12731274
description: Use these endpoints to discover supported exchanges used by index-related datasets.
1275+
x-displayName: Metadata
12741276
- name: Periods
12751277
description: Use these endpoints to discover supported time periods for index time-series requests.
1278+
x-displayName: Periods
12761279
- name: Indexes
12771280
description: 'Use these endpoints to explore available indexes and retrieve current, historical, and time-series index values.'
1281+
x-displayName: Indexes
12781282
- name: Index Input Data
1279-
description: Use these endpoints to inspect and manage the input data that feeds index definitions.
1283+
description: Use these endpoints to inspect and manage the input data that feeds index definitions.
1284+
x-displayName: Index Input Data

0 commit comments

Comments
 (0)