Skip to content

Commit d763a2e

Browse files
author
Christian Wick
committed
Updates to Merchant /pos REST resources
1 parent 75a975d commit d763a2e

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

docs/api/reference/rest/v1/merchant.pos/create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ schema: merchant.pos
77
operationId: merchant.pos.create
88
operation: post
99
method: create
10-
authLevel: SECRET
11-
authRoles: Any
12-
---
10+
authLevel: KEY
11+
authRoles: USER, SUPERUSER, INTEGRATOR
12+
---

docs/api/reference/rest/v1/merchant.pos/delete.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ schema: merchant.pos
77
operationId: merchant.pos.delete
88
operation: delete
99
method: delete
10-
authLevel: SECRET
11-
authRoles: Any
12-
---
10+
authLevel: KEY
11+
authRoles: SUPERUSER, INTEGRATOR
12+
---

docs/api/reference/rest/v1/merchant.pos/get.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ operationId: merchant.pos.get
88
operation: get
99
method: get
1010
authLevel: SECRET
11-
authRoles: Any
12-
---
11+
authRoles: USER, SUPERUSER, INTEGRATOR
12+
---

docs/api/reference/rest/v1/merchant.pos/list.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ schema: merchant.pos
77
operationId: merchant.pos.list
88
operation: get
99
method: list
10-
authLevel: SECRET
11-
authRoles: Any
12-
---
10+
authLevel: KEY
11+
authRoles: SUPERUSER, INTEGRATOR
12+
---

docs/api/reference/rest/v1/merchant.pos/update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ schema: merchant.pos
77
operationId: merchant.pos.update
88
operation: put
99
method: update
10-
authLevel: SECRET
11-
authRoles: Any
12-
---
10+
authLevel: KEY
11+
authRoles: USER, SUPERUSER, INTEGRATOR
12+
---

0 commit comments

Comments
 (0)