Create or update a secret
POST/api/v1/secrets/put
Writes or replaces a value under name; this upsert also rotates the stored credential. The response contains metadata only, and no public read endpoint returns the value. Name-based bindings remain the same, but consumers can retain prior values in caches or in-flight work; this is not upstream credential revocation.
Value storage and metadata updates are separate steps. On an error, metadata alone cannot confirm which value is current. Stop using the affected binding and contact your Travila operator before retrying.
Request
Responses
- 200
Secret written; metadata only
Document ID: DOC-CP-secrets-api-putSecret. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-CP-secrets-api-putSecret#overview |
| Request | DOC-CP-secrets-api-putSecret#request |
| Responses | DOC-CP-secrets-api-putSecret#responses |