Secret Lifecycle
Update a Secret.
Update the value of an existing Secret by name. The new value will be encrypted at rest.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The name of the Secret to update.
Body
application/json
Parameters required to update an existing Secret.
Response
200
application/json
Secret updated successfully. Returns the Secret with its new value included.
A Secret represents a key-value pair that can be securely stored and used in Devboxes as environment variables.