diff --git a/test.http b/test.http new file mode 100644 index 0000000000..22beba506d --- /dev/null +++ b/test.http @@ -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": {} +} \ No newline at end of file