Skip to content

Commit

Permalink
remove merchant:search permission from permissions list
Browse files Browse the repository at this point in the history
  • Loading branch information
bpal938 committed Sep 25, 2023
1 parent c291726 commit 0f50ff2
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 0f50ff2

Please sign in to comment.