Skip to content

Commit d740705

Browse files
committed
Adding content type to avoid 415 on POST
1 parent 6e61d80 commit d740705

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

integrationtests/quarkus-github-flow.postman_collection.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@
2727
],
2828
"request": {
2929
"method": "POST",
30-
"header": [],
30+
"header": [
31+
{
32+
"key": "Content-Type",
33+
"value": "application/json",
34+
"type": "text"
35+
}
36+
],
3137
"body": {
3238
"mode": "raw",
3339
"raw": "{\n\t\"name\":\"Javier Aviles\",\n\t\"email\":\"avileslopez.javier@gmail.com\"\n}",

0 commit comments

Comments
 (0)