Skip to content

Instantly share code, notes, and snippets.

@tofusoup429
Created August 1, 2021 13: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 tofusoup429/c7e04bbd597f9f22071df53738814788 to your computer and use it in GitHub Desktop.
Save tofusoup429/c7e04bbd597f9f22071df53738814788 to your computer and use it in GitHub Desktop.
const url:string = "https://...some-server-url.com";
const params:Pick<Organization, "address"|"nationality"> = {
address:"...new address",
nationality:"China"
}
const updateRequest = await axios.post(url, params)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment