post https://api.streak.com/api/v1/snippets/
This call lets you update a specific snippet.
Sending a pipelineKey
in the body parameters will share the Snippet you're updating with that pipeline.
Content Type and Auth
Make sure to include
-H "Content-Type: application/json"
and your authorization in any request you make on your own.