File tree Expand file tree Collapse file tree
docs/api/reference/rest/v1/merchant.pos Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ schema: merchant.pos
77operationId : merchant.pos.create
88operation : post
99method : create
10- authLevel : SECRET
11- authRoles : Any
12- ---
10+ authLevel : KEY
11+ authRoles : USER, SUPERUSER, INTEGRATOR
12+ ---
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ schema: merchant.pos
77operationId : merchant.pos.delete
88operation : delete
99method : delete
10- authLevel : SECRET
11- authRoles : Any
12- ---
10+ authLevel : KEY
11+ authRoles : SUPERUSER, INTEGRATOR
12+ ---
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ operationId: merchant.pos.get
88operation : get
99method : get
1010authLevel : SECRET
11- authRoles : Any
12- ---
11+ authRoles : USER, SUPERUSER, INTEGRATOR
12+ ---
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ schema: merchant.pos
77operationId : merchant.pos.list
88operation : get
99method : list
10- authLevel : SECRET
11- authRoles : Any
12- ---
10+ authLevel : KEY
11+ authRoles : SUPERUSER, INTEGRATOR
12+ ---
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ schema: merchant.pos
77operationId : merchant.pos.update
88operation : put
99method : update
10- authLevel : SECRET
11- authRoles : Any
12- ---
10+ authLevel : KEY
11+ authRoles : USER, SUPERUSER, INTEGRATOR
12+ ---
You can’t perform that action at this time.
0 commit comments