Soxway Docs
Sub Users

Update sub-user note

Update the internal note for a sub-user.

PATCH
/reseller/sub-users/{subId}/note

Authorization

bearerAuth
AuthorizationBearer <token>

Access token obtained via POST /reseller/access-token using your Reseller Key

In: header

Path Parameters

subId*integer

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

note*string

Response Body

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"
  }
}
Empty