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: ''
|
||||
subgroup: ''
|
||||
subgroupDescription: ''
|
||||
title: 'Retrieves all merged currency rates from a JSON file.'
|
||||
title: 'Retrieves all gold and currency rates'
|
||||
description: ''
|
||||
authenticated: false
|
||||
custom: []
|
||||
@@ -51,7 +51,7 @@ endpoints:
|
||||
groupDescription: ''
|
||||
subgroup: ''
|
||||
subgroupDescription: ''
|
||||
title: 'Retrieves the current currency rates from a JSON file.'
|
||||
title: 'Retrieves the current currency rates'
|
||||
description: ''
|
||||
authenticated: false
|
||||
custom: []
|
||||
@@ -90,7 +90,7 @@ endpoints:
|
||||
groupDescription: ''
|
||||
subgroup: ''
|
||||
subgroupDescription: ''
|
||||
title: 'Retrieves the currency rate by its name from a JSON file.'
|
||||
title: 'Retrieves the currency rate by its name'
|
||||
description: ''
|
||||
authenticated: false
|
||||
custom: []
|
||||
@@ -102,14 +102,14 @@ endpoints:
|
||||
name: currencyName
|
||||
description: ''
|
||||
required: true
|
||||
example: excepturi
|
||||
example: aut
|
||||
type: string
|
||||
enumValues: []
|
||||
exampleWasSpecified: false
|
||||
nullable: false
|
||||
custom: []
|
||||
cleanUrlParameters:
|
||||
currencyName: excepturi
|
||||
currencyName: aut
|
||||
queryParameters: []
|
||||
cleanQueryParameters: []
|
||||
bodyParameters: []
|
||||
@@ -140,7 +140,7 @@ endpoints:
|
||||
groupDescription: ''
|
||||
subgroup: ''
|
||||
subgroupDescription: ''
|
||||
title: 'Retrieves the current gold rates from a JSON file.'
|
||||
title: 'Retrieves the current gold rates'
|
||||
description: ''
|
||||
authenticated: false
|
||||
custom: []
|
||||
@@ -179,7 +179,7 @@ endpoints:
|
||||
groupDescription: ''
|
||||
subgroup: ''
|
||||
subgroupDescription: ''
|
||||
title: 'Retrieves the gold rate by its name from a JSON file.'
|
||||
title: 'Retrieves the gold rate by its name'
|
||||
description: ''
|
||||
authenticated: false
|
||||
custom: []
|
||||
@@ -191,14 +191,14 @@ endpoints:
|
||||
name: goldName
|
||||
description: ''
|
||||
required: true
|
||||
example: sapiente
|
||||
example: non
|
||||
type: string
|
||||
enumValues: []
|
||||
exampleWasSpecified: false
|
||||
nullable: false
|
||||
custom: []
|
||||
cleanUrlParameters:
|
||||
goldName: sapiente
|
||||
goldName: non
|
||||
queryParameters: []
|
||||
cleanQueryParameters: []
|
||||
bodyParameters: []
|
||||
|
||||
@@ -10,7 +10,7 @@ endpoints:
|
||||
groupDescription: ''
|
||||
subgroup: ''
|
||||
subgroupDescription: ''
|
||||
title: 'Retrieves all merged currency rates from a JSON file.'
|
||||
title: 'Retrieves all gold and currency rates'
|
||||
description: ''
|
||||
authenticated: false
|
||||
custom: []
|
||||
@@ -49,7 +49,7 @@ endpoints:
|
||||
groupDescription: ''
|
||||
subgroup: ''
|
||||
subgroupDescription: ''
|
||||
title: 'Retrieves the current currency rates from a JSON file.'
|
||||
title: 'Retrieves the current currency rates'
|
||||
description: ''
|
||||
authenticated: false
|
||||
custom: []
|
||||
@@ -88,7 +88,7 @@ endpoints:
|
||||
groupDescription: ''
|
||||
subgroup: ''
|
||||
subgroupDescription: ''
|
||||
title: 'Retrieves the currency rate by its name from a JSON file.'
|
||||
title: 'Retrieves the currency rate by its name'
|
||||
description: ''
|
||||
authenticated: false
|
||||
custom: []
|
||||
@@ -100,14 +100,14 @@ endpoints:
|
||||
name: currencyName
|
||||
description: ''
|
||||
required: true
|
||||
example: excepturi
|
||||
example: aut
|
||||
type: string
|
||||
enumValues: []
|
||||
exampleWasSpecified: false
|
||||
nullable: false
|
||||
custom: []
|
||||
cleanUrlParameters:
|
||||
currencyName: excepturi
|
||||
currencyName: aut
|
||||
queryParameters: []
|
||||
cleanQueryParameters: []
|
||||
bodyParameters: []
|
||||
@@ -138,7 +138,7 @@ endpoints:
|
||||
groupDescription: ''
|
||||
subgroup: ''
|
||||
subgroupDescription: ''
|
||||
title: 'Retrieves the current gold rates from a JSON file.'
|
||||
title: 'Retrieves the current gold rates'
|
||||
description: ''
|
||||
authenticated: false
|
||||
custom: []
|
||||
@@ -177,7 +177,7 @@ endpoints:
|
||||
groupDescription: ''
|
||||
subgroup: ''
|
||||
subgroupDescription: ''
|
||||
title: 'Retrieves the gold rate by its name from a JSON file.'
|
||||
title: 'Retrieves the gold rate by its name'
|
||||
description: ''
|
||||
authenticated: false
|
||||
custom: []
|
||||
@@ -189,14 +189,14 @@ endpoints:
|
||||
name: goldName
|
||||
description: ''
|
||||
required: true
|
||||
example: sapiente
|
||||
example: non
|
||||
type: string
|
||||
enumValues: []
|
||||
exampleWasSpecified: false
|
||||
nullable: false
|
||||
custom: []
|
||||
cleanUrlParameters:
|
||||
goldName: sapiente
|
||||
goldName: non
|
||||
queryParameters: []
|
||||
cleanQueryParameters: []
|
||||
bodyParameters: []
|
||||
|
||||
Reference in New Issue
Block a user