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:
@ -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;
|
||||
|
Reference in New Issue
Block a user