@@ -493,6 +493,7 @@ paths:
493493 ' 200 ' :
494494 $ref : ' #/components/responses/ssp.users.get.200'
495495 x-internal : true
496+ deprecated : true
496497 /status_code :
497498 get :
498499 summary : merchant.statusCodes.list
@@ -515,54 +516,6 @@ paths:
515516 $ref : ' #/components/responses/statusCodes.get.200'
516517 operationId : merchant.statusCodes.get
517518 description : Get details about a spesific Status Code
518- /user :
519- post :
520- summary : merchant.users.create
521- operationId : merchant.users.create
522- responses :
523- ' 201 ' :
524- $ref : ' #/components/responses/users.create.201'
525- description : Create user for the Merchant given in the X-Settle-Merchant header.
526- requestBody :
527- content :
528- application/json :
529- schema :
530- $ref : ' #/components/schemas/users.create'
531- tags :
532- - Users
533- deprecated : true
534- ' /user/{user_id} ' :
535- parameters :
536- - $ref : ' #/components/parameters/user_id'
537- get :
538- summary : merchant.users.get
539- tags :
540- - Users
541- responses :
542- ' 200 ' :
543- $ref : ' #/components/responses/users.get.201'
544- operationId : merchant.users.get
545- description : Get user info.
546- deprecated : true
547- put :
548- summary : merchant.users.update
549- operationId : merchant.users.update
550- responses :
551- ' 200 ' :
552- description : OK
553- description : Update user
554- requestBody :
555- content :
556- application/json :
557- schema :
558- $ref : ' #/components/schemas/users.update'
559- delete :
560- summary : merchant.users.delete
561- operationId : merchant.users.delete
562- responses :
563- ' 200 ' :
564- description : OK
565- description : Delete User
566519 /payment_send :
567520 post :
568521 summary : merchant.payment.send.create
@@ -713,6 +666,7 @@ paths:
713666 $ref : ' #/components/responses/ssp.users.get.200'
714667 operationId : merchant.ssp.users.get
715668 description : Gets a MerchantSspUser.
669+ x-internal : false
716670 delete :
717671 summary : merchant.ssp.users.delete
718672 operationId : merchant.ssp.users.delete
0 commit comments