1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Merge branch 'feat-storage-buckets' into feat-s3-integration

This commit is contained in:
Damodar Lohani 2022-01-30 13:42:51 +05:45
commit 17fdca5f36

11
test.http Normal file
View file

@ -0,0 +1,11 @@
POST http://localhost/v1/functions
Content-Type: application/json
x-appwrite-project:test
x-appwrite-key:c4b173b6623ba33c2457f4030218c3135f20e9ab4cd096efd3fb2b5eef72dff7ae3f41627dc141f6b5d405ab44eb7d9174b516a5678401fcb0a60b92888cecb7fe614a7b2cb7385863b29c02d8312d7cf823c731ae4bb385a9c21b6b9d2e5a245f979f1ebba1b09e8d0b0d66ef940a141789926b226abe4821bd191c087d6870
{
"functionId":"test1",
"name": "test1",
"runtime": "node-16.0",
"vars": {}
}