mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 05:32:26 +08:00
POST 2 test updates
This commit is contained in:
@ -415,7 +415,7 @@ let config = {
|
||||
headers: {
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
data: "{\n\"text\": \"I LOVE Flutter\"\n}"
|
||||
data: "{\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}"
|
||||
};
|
||||
|
||||
axios(config)
|
||||
|
Reference in New Issue
Block a user