Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 2.02 KB

_README_TEMPLATE.md

File metadata and controls

69 lines (51 loc) · 2.02 KB

⚡ Template Function

Your function's description goes here.

🧰 Usage

GET /

Your endpoint description goes here.

Parameters

Name Description Location Type Sample Value
userId Your param description goes here. Path / Query / Body / Header String / Number / Boolean / Object 642...7cd

Response

Sample 200 Response:

{ "ok": true }

Sample 400 Response:

{ "ok": false, "message": "Missing userId parameter." }

⚙️ Configuration

Setting Value
Runtime Node (18.0)
Entrypoint src/main.js
Build Commands npm run build
Permissions any
Events users.*.create
CRON 0 * * * *
Timeout (Seconds) 15

🔒 Environment Variables

APPWRITE_API_KEY

API Key to talk to Appwrite backend APIs.

Question Answer
Required Yes / No
Sample Value d1efb...aec35
Documentation Appwrite: Getting Started for Server