From 0ab5747e1684932a18645830c41b99cb701ac4bc Mon Sep 17 00:00:00 2001 From: Frank Kilcommins Date: Wed, 26 Jun 2024 12:19:35 +0100 Subject: [PATCH] add change log to Payees Product --- products/Payees API/Changelog.md | 20 ++++++++++++++++++++ products/Payees API/manifest.json | 9 +++++++++ 2 files changed, 29 insertions(+) create mode 100644 products/Payees API/Changelog.md diff --git a/products/Payees API/Changelog.md b/products/Payees API/Changelog.md new file mode 100644 index 0000000..46e56d9 --- /dev/null +++ b/products/Payees API/Changelog.md @@ -0,0 +1,20 @@ + +This page contains a log of all changes to the API and the versions that are related to each new addition. + + + +| Version |Release date |Change notes | +| --- | --- | --- | +| 1.0.0|2024-03-21 | [view notes](https://smartbearcoin.portal.swaggerhub.com/payee-api/default/changelog#v1-0-0) | + + +## v1.0.0 + +Initial launch of the Payees API for SmartBearCoin. 🚀🚀🚀 + +The API provides the ability to search for payees, retrieve payee information, and obtain transactions per payee: +| Resource | Description | +| -------- | ----------- | +| Payees | Allows for searching of payees based on certain jurisdictional identifier information. +| Payees/{id} | Obtain and retrieval of individual payee information +| Payees/{id}/transactions | Get a list of transactions for a known payee \ No newline at end of file diff --git a/products/Payees API/manifest.json b/products/Payees API/manifest.json index 8c27e94..24d2841 100644 --- a/products/Payees API/manifest.json +++ b/products/Payees API/manifest.json @@ -33,6 +33,15 @@ "slug":"payees-api", "type": "apiUrl", "contentUrl": "https://api.swaggerhub.com/apis/smartbear-api-hub/payees-api/1.0.0-prod/swagger.json" + }, + { + "order": 3, + "parent": "", + "name": "Changelog", + "slug":"changelog", + "type": "markdown", + "contentUrl": "Changelog.md" } + ] } \ No newline at end of file