Skip to content

Instantly share code, notes, and snippets.

@tofusoup429
Created August 1, 2021 15:36
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/04fb9bdaffee15cbaaa90a8df61d19f1 to your computer and use it in GitHub Desktop.
Save tofusoup429/04fb9bdaffee15cbaaa90a8df61d19f1 to your computer and use it in GitHub Desktop.
const url:string = "https://...some-server-url.com";
const params:OrganizationUpdate = {
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