Skip to content

Instantly share code, notes, and snippets.

@tofusoup429
Created August 1, 2021 11:52
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/e57adf663b81555b47ae5ac5393e902c to your computer and use it in GitHub Desktop.
Save tofusoup429/e57adf663b81555b47ae5ac5393e902c to your computer and use it in GitHub Desktop.
const url:string = "https://...some-server-url.com";
const params:Partial<Organization> = {
address:"...new address"
}
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