v2

latestOpenAPI 3.1.0Proprietary2026-07-26127193620.1 KB
Functions

Set a secret by key

Path-keyed companion to POST /functions/{id}/secrets. Idempotent: returns 201 the first time the key is set, 200 on subsequent updates. Same validation rules and same write-only guarantees as the POST verb; the new value lands in the running handler on the next deploy.

put/functions/{id}/secrets/{key}

Request body

valuestring required

Response

Secret updated

successtrue required