Skip to content

Commit

Permalink
Merge pull request #780 from centrapay/feat/remove-merchant-search-pe…
Browse files Browse the repository at this point in the history
…rmission-docs

remove merchant:search permission from permissions list
  • Loading branch information
bpal938 authored Sep 25, 2023
2 parents c291726 + 0f50ff2 commit 10ea7d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion legacy/src/api/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ if there is a flag associated to it then at least one of them must be met.
| {% break : merchants:list 🗄 %} || | | ||
| {% break : merchants:read 🗄 %} || | | ||
| {% break : merchants:update 🗄 %} || | | | |
| {% break : merchants:search %} || | | | |
| {% break : patron-codes:create %} || | | | |
| {% break : patron-codes:read %} || || ||
| {% break : payment-activities:read %} || || ||
Expand Down
3 changes: 3 additions & 0 deletions legacy/src/api/merchants/merchants.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ Returns a [paginated][] list of Merchants attached to an Account.

Returns a [paginated][] response of [merchant search results](#merchant-search-result) that match the search query

This endpoint does not require [Auth][]

{% reqspec %}
GET '/api/merchants/search'
auth 'api-key'
Expand Down Expand Up @@ -435,3 +437,4 @@ Returns a [paginated][] list of Merchants which belong to the authenticated subj
[paginated]: {% link api/pagination.md %}
[Account]: {% link api/accounts/accounts.md %}
[AssetType]: {% link api/assets/asset-types.md %}
[Auth]: {% link api/auth.md %}

0 comments on commit 10ea7d2

Please sign in to comment.