Skip to content

Instantly share code, notes, and snippets.

@ilaif
Created April 16, 2019 21:05
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 ilaif/1dd6abab85300c6207eed5459a503999 to your computer and use it in GitHub Desktop.
Save ilaif/1dd6abab85300c6207eed5459a503999 to your computer and use it in GitHub Desktop.
instrument-everything-blog-activate-version
def activate_version(service_id, version):
url = 'https://api.fastly.com/service/{}/version/{}/activate'.format(service_id, version)
response = requests.request('PUT', url, headers={...})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment