WiP
This commit is contained in:
27
components_user/httprequest_postexample.json
Normal file
27
components_user/httprequest_postexample.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "preset",
|
||||
"presetId": "postexample",
|
||||
"presetName": "postexample",
|
||||
"baseComponentCode": "basics.httprequest",
|
||||
"description": "Example POST request to JSON placeholder API",
|
||||
"version": "1.0.0",
|
||||
"author": "System",
|
||||
"createdAt": "2026-02-11T11:16:32.694Z",
|
||||
"inputs": {
|
||||
"method": "POST",
|
||||
"url": "https://jsonplaceholder.typicode.com/posts",
|
||||
"headers": {
|
||||
"Content-Type": "application/json",
|
||||
"Accept": "application/json"
|
||||
},
|
||||
"body": {
|
||||
"title": "foo",
|
||||
"body": "bar",
|
||||
"userId": 1
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"tags": ["api", "post", "example"],
|
||||
"category": "examples"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user