mirror of
https://github.com/foss42/apidash.git
synced 2025-06-17 11:54:51 +08:00
Update POST Model 2
This commit is contained in:
@ -209,7 +209,12 @@ const requestModelPost2 = RequestModel(
|
|||||||
url: 'https://api.apidash.dev/case/lower',
|
url: 'https://api.apidash.dev/case/lower',
|
||||||
method: HTTPVerb.post,
|
method: HTTPVerb.post,
|
||||||
requestBody: r"""{
|
requestBody: r"""{
|
||||||
"text": "I LOVE Flutter"
|
"text": "I LOVE Flutter",
|
||||||
|
"flag": null,
|
||||||
|
"male": true,
|
||||||
|
"female": false,
|
||||||
|
"no": 1.2,
|
||||||
|
"arr": ["null", "true", "false", null]
|
||||||
}""",
|
}""",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user