v5

latestOpenAPI 3.0.0raw.githubusercontent.com2025-11-284413.7 KB
Secrets

Create or update a secret

Stores a new secret or updates an existing one in the secrets bucket

put/secrets

Request body

keystring required

The unique identifier for the secret

valuestring required

The secret value to store

Response

Secret created/updated successfully

messagestring

Example response

{
  "message": "success"
}