PUT
/users/{id}
curl \
-X PUT /users/{id} \
-H "Content-Type: application/json" \
-d '{"id":"string","name":"string","email":"string"}'
Request example
{
"id": "string",
"name": "string",
"email": "string"
}
Request examples
{
"id": "string",
"name": "string",
"email": "string"
}
Response examples (200)
{
"id": "string",
"name": "string",
"email": "string"
}
Response examples (200)
{
"id": "string",
"name": "string",
"email": "string"
}