Skip to content

Instantly share code, notes, and snippets.

@anirban99
Created April 4, 2021 11:29
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 anirban99/86f178b22c50cddef9e5a467154cf7c1 to your computer and use it in GitHub Desktop.
Save anirban99/86f178b22c50cddef9e5a467154cf7c1 to your computer and use it in GitHub Desktop.
curl --location --request PUT 'http://localhost:8080/employees/1' --header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"userName": "john.doe",
"firstName": "John",
"middleName": "Thomas",
"lastName": "Doe",
"emailId": "john.doe7@gmail.com",
"dayOfBirth": "1997-12-03"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment