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": {}
}
]
}Batch update sort order for payment methods.
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": {}
}
]
}Successful Response