From e305b8a77aa5446d7a0d9af36605928fa1b2ef09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Fri, 17 Jan 2025 23:38:06 +0300 Subject: [PATCH] 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. --- .scribe/endpoints.cache/00.yaml | 18 +++++++++--------- .scribe/endpoints/00.yaml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.scribe/endpoints.cache/00.yaml b/.scribe/endpoints.cache/00.yaml index 59f552a..e418646 100644 --- a/.scribe/endpoints.cache/00.yaml +++ b/.scribe/endpoints.cache/00.yaml @@ -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: [] diff --git a/.scribe/endpoints/00.yaml b/.scribe/endpoints/00.yaml index 0c47fae..1b354b0 100644 --- a/.scribe/endpoints/00.yaml +++ b/.scribe/endpoints/00.yaml @@ -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: []