Skip to content

Instantly share code, notes, and snippets.

@spati-java
Last active September 15, 2018 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spati-java/23607a5cb756532bb9701503ff8fac06 to your computer and use it in GitHub Desktop.
Save spati-java/23607a5cb756532bb9701503ff8fac06 to your computer and use it in GitHub Desktop.
@PutMapping
public ResponseEntity updateProfile(@RequestBody ProfileDocument document) throws Exception {
return new ResponseEntity(service.updateProfile(document), HttpStatus.CREATED);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment