v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
Functions

Set function secret

Create or update a secret on a function. Marks the function out-of-sync; the next POST /deploy re-publishes the Lambda with the new env. Keys must match [A-Z_][A-Z0-9_]* (uppercase env-var style) and cannot start with reserved prefixes (AWS_, LAMBDA_, etc).

put/v1/functions/{functionId}/secrets/{key}

Path parameters

functionIdstring required

Zavu Function ID.

keystring required

Request body

valuestring required

Response

Secret updated.

object required