Skip to main content
PUT
/
cabinet
/
admin
/
payment-methods
/
order
Update Payment Methods Order
curl --request PUT \
  --url http://localhost:8080/cabinet/admin/payment-methods/order \
  --header 'Content-Type: application/json' \
  --data '
{
  "method_ids": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json
method_ids
string[]
required

Response

Successful Response