Soxway Docs
Sub Users

Обновить заметку суб-пользователя

Обновить внутреннюю заметку для суб-пользователя.

PATCH
/reseller/sub-users/{subId}/note
АвторизацияBearer <token>

Токен доступа, полученный через POST /reseller/access-token с использованием вашего Reseller Key

В: header

Path параметры

subId*integer

Тело запроса

application/json

TypeScript определения

Use the request body type in TypeScript.

note*string

Тело ответа

application/json

curl -X PATCH "https://api.soxway.io/reseller/sub-users/0/note" \  -H "Content-Type: application/json" \  -d '{    "note": "Premium client - priority support"  }'
{
  "message": "string",
  "data": {
    "note": "string"
  }
}
Пусто