-
-
Save garystafford/485b481553d5e7a5afa7c3c08ed36612 to your computer and use it in GitHub Desktop.
POST yaml with curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST --data-binary @payload.yaml -H "Content-type: text/x-yaml" http://localhost:4200/some-url/1024 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment