1
0
mirror of https://github.com/foss42/apidash.git synced 2025-06-11 07:43:42 +08:00

POST 2 test updates

This commit is contained in:
Ankit Mahato
2024-03-12 02:24:35 +05:30
parent 9be445072c
commit fc7a051285
6 changed files with 16 additions and 6 deletions

@ -451,7 +451,7 @@ let options = {
"Content-Type": "application/json"
},
body:
"{\n\"text\": \"I LOVE Flutter\"\n}"
"{\n\"text\": \"I LOVE Flutter\",\n\"flag\": null,\n\"male\": true,\n\"female\": false,\n\"no\": 1.2,\n\"arr\": [\"null\", \"true\", \"false\", null]\n}"
};
let status;