From fc514ae7cf58b07cf8dcbdc8711377a9366037d1 Mon Sep 17 00:00:00 2001 From: Azizbek Khushvakov Date: Fri, 6 Dec 2024 18:15:38 +0500 Subject: [PATCH] updated sample data file name --- ramls/finance-data.raml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ramls/finance-data.raml b/ramls/finance-data.raml index f3eeabe8..69ee58b4 100644 --- a/ramls/finance-data.raml +++ b/ramls/finance-data.raml @@ -25,7 +25,7 @@ resourceTypes: /finance-storage/finance-data: type: collection-get: - exampleCollection: !include acq-models/mod-finance/examples/fy_finance_data_collection.sample + exampleCollection: !include acq-models/mod-finance/examples/fy_finance_data_collection_get.sample schemaCollection: fy-finance-data-collection get: description: Get finance data for a fiscal year @@ -39,7 +39,7 @@ resourceTypes: body: application/json: type: fy-finance-data-collection - example: !include acq-models/mod-finance/examples/fy_finance_data_collection.sample + example: !include acq-models/mod-finance/examples/fy_finance_data_collection_put.sample responses: 204: description: "Items successfully updated"