Atualizar Dados do Usuário
Atualizar informações do usuário
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"address": "My new address",
"zipCode": "74000000",
"_links": {
"self": {
"href": "https://api.gestao.plus/user/108"
}
}
}{
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
"title": "Bad Request",
"status": 400,
"detail": "You cannot change the field: fieldname"
}Last updated