Skip to content

Instantly share code, notes, and snippets.

@adoprog
Created March 27, 2021 02:07
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 adoprog/49f079e4141a598e59ecb6191ada6412 to your computer and use it in GitHub Desktop.
Save adoprog/49f079e4141a598e59ecb6191ada6412 to your computer and use it in GitHub Desktop.
$.ajax({
url:"https://api.jsonstorage.net/v1/json/{id}",
type:"PUT",
data:'{"key_updated":"value_updated"}',
contentType:"application/json; charset=utf-8",
dataType:"json",
success: function(data, textStatus, jqXHR){
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment