Skip to content

Instantly share code, notes, and snippets.

@mwrock
Created July 29, 2015 16:42
Show Gist options
  • Save mwrock/75e051e6f59052071e94 to your computer and use it in GitHub Desktop.
Save mwrock/75e051e6f59052071e94 to your computer and use it in GitHub Desktop.
rest via powershell
Invoke-RestMethod -Method Post -Uri "http://blah/api/deployments" -Headers @{"X-Octopus-ApiKey"="API-blah"} -Body $body -Verbose -ContentType "application/json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment