...
Method | URL |
---|---|
PATCH | catissuecore/rest/ng/users/{iduserId} |
Request | application/json |
json | { "lastName":"Piterson", "firstName":"Sam", "modifiedAttributes":["lastName", "firstName"] } |
Response | { "id" : "1",
|
...
Method | URL |
---|---|
PATCH | catissuecore/rest/ng/users/{iduserId} |
Request | application/json |
json | { "lastName":"Piterson", "firstName":"Sam", "modifiedAttributes":["lastName", "firstName"] } |
Response | { "id" : "1",
|