trove/api-ref/source/samples/users-put-request.json

9 lines
156 B
JSON
Raw Normal View History

{
"users": [
{
"name": "new_name",
"password": "another_password",
"host": "192.168.30.98"
}
]
}