PUT
/
accounts
/
{id}
curl --request PUT \
  --url https://api-network.joinmassive.com/resellers/accounts/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "username": "johndoe@reseller.com",
  "password": "secret",
  "limit": 123
}'
{
  "id": "57ed834f-f6f6-47d4-ab23-5674d7866b32"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json

Response

200
application/json
User was updated successfully.

The response is of type object.