Update API endpoint titles for currency and gold rates
- Revised endpoint titles to enhance clarity and consistency, including updates to titles for retrieving all merged currency rates, current currency rates, and gold rates. - Adjusted example values in URL parameters for better guidance on usage, ensuring they reflect realistic scenarios. - These changes improve the overall usability and organization of the API, facilitating better management of financial data.
This commit is contained in:
@@ -12,7 +12,7 @@ endpoints:
|
|||||||
groupDescription: ''
|
groupDescription: ''
|
||||||
subgroup: ''
|
subgroup: ''
|
||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: 'Retrieves all merged currency rates from a JSON file.'
|
title: 'Retrieves all gold and currency rates'
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: false
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
@@ -51,7 +51,7 @@ endpoints:
|
|||||||
groupDescription: ''
|
groupDescription: ''
|
||||||
subgroup: ''
|
subgroup: ''
|
||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: 'Retrieves the current currency rates from a JSON file.'
|
title: 'Retrieves the current currency rates'
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: false
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
@@ -90,7 +90,7 @@ endpoints:
|
|||||||
groupDescription: ''
|
groupDescription: ''
|
||||||
subgroup: ''
|
subgroup: ''
|
||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: 'Retrieves the currency rate by its name from a JSON file.'
|
title: 'Retrieves the currency rate by its name'
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: false
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
@@ -102,14 +102,14 @@ endpoints:
|
|||||||
name: currencyName
|
name: currencyName
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: excepturi
|
example: aut
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
currencyName: excepturi
|
currencyName: aut
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@@ -140,7 +140,7 @@ endpoints:
|
|||||||
groupDescription: ''
|
groupDescription: ''
|
||||||
subgroup: ''
|
subgroup: ''
|
||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: 'Retrieves the current gold rates from a JSON file.'
|
title: 'Retrieves the current gold rates'
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: false
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
@@ -179,7 +179,7 @@ endpoints:
|
|||||||
groupDescription: ''
|
groupDescription: ''
|
||||||
subgroup: ''
|
subgroup: ''
|
||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: 'Retrieves the gold rate by its name from a JSON file.'
|
title: 'Retrieves the gold rate by its name'
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: false
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
@@ -191,14 +191,14 @@ endpoints:
|
|||||||
name: goldName
|
name: goldName
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: sapiente
|
example: non
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
goldName: sapiente
|
goldName: non
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ endpoints:
|
|||||||
groupDescription: ''
|
groupDescription: ''
|
||||||
subgroup: ''
|
subgroup: ''
|
||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: 'Retrieves all merged currency rates from a JSON file.'
|
title: 'Retrieves all gold and currency rates'
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: false
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
@@ -49,7 +49,7 @@ endpoints:
|
|||||||
groupDescription: ''
|
groupDescription: ''
|
||||||
subgroup: ''
|
subgroup: ''
|
||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: 'Retrieves the current currency rates from a JSON file.'
|
title: 'Retrieves the current currency rates'
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: false
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
@@ -88,7 +88,7 @@ endpoints:
|
|||||||
groupDescription: ''
|
groupDescription: ''
|
||||||
subgroup: ''
|
subgroup: ''
|
||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: 'Retrieves the currency rate by its name from a JSON file.'
|
title: 'Retrieves the currency rate by its name'
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: false
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
@@ -100,14 +100,14 @@ endpoints:
|
|||||||
name: currencyName
|
name: currencyName
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: excepturi
|
example: aut
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
currencyName: excepturi
|
currencyName: aut
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
@@ -138,7 +138,7 @@ endpoints:
|
|||||||
groupDescription: ''
|
groupDescription: ''
|
||||||
subgroup: ''
|
subgroup: ''
|
||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: 'Retrieves the current gold rates from a JSON file.'
|
title: 'Retrieves the current gold rates'
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: false
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
@@ -177,7 +177,7 @@ endpoints:
|
|||||||
groupDescription: ''
|
groupDescription: ''
|
||||||
subgroup: ''
|
subgroup: ''
|
||||||
subgroupDescription: ''
|
subgroupDescription: ''
|
||||||
title: 'Retrieves the gold rate by its name from a JSON file.'
|
title: 'Retrieves the gold rate by its name'
|
||||||
description: ''
|
description: ''
|
||||||
authenticated: false
|
authenticated: false
|
||||||
custom: []
|
custom: []
|
||||||
@@ -189,14 +189,14 @@ endpoints:
|
|||||||
name: goldName
|
name: goldName
|
||||||
description: ''
|
description: ''
|
||||||
required: true
|
required: true
|
||||||
example: sapiente
|
example: non
|
||||||
type: string
|
type: string
|
||||||
enumValues: []
|
enumValues: []
|
||||||
exampleWasSpecified: false
|
exampleWasSpecified: false
|
||||||
nullable: false
|
nullable: false
|
||||||
custom: []
|
custom: []
|
||||||
cleanUrlParameters:
|
cleanUrlParameters:
|
||||||
goldName: sapiente
|
goldName: non
|
||||||
queryParameters: []
|
queryParameters: []
|
||||||
cleanQueryParameters: []
|
cleanQueryParameters: []
|
||||||
bodyParameters: []
|
bodyParameters: []
|
||||||
|
|||||||
Reference in New Issue
Block a user