Skip to content

Commit

Permalink
updated sample data file name
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Dec 6, 2024
1 parent f2f5093 commit fc514ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ramls/finance-data.raml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit fc514ae

Please sign in to comment.