Hello guys, I am wondering if there is an api spec to see the http requests that are sent out when deploying flows through the prefect package. I am trying to understand what would be in the request body as well as what would be in the headers.
k
Kevin Grismore
06/06/2024, 5:45 PM
Anything that creates a deployment ends up as a request shaped like this
a
Alan
06/06/2024, 5:49 PM
ok, but I am also trying to see what would be in the request headers. That doesn't seem to be present there!