/
TA
tanklabtju
/
OpenFaaS API Gateway
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
tanklabtju
OpenFaaS API Gateway
post
Create a new secret.
v1
latest
Swagger 2.0
MIT
2026-07-17
16
7
17.0 KB
Create a new secret.
post
/system/secrets
Request body
Secret
required
name
string
required
Name of secret
value
string
Value of secret in plain-text
Example request
{ "name": "aws-key", "value": "changeme" }
Response
Created