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
Parameters required to update an existing Secret.
The new value for the Secret. This will replace the existing value and be encrypted at rest. Example: 'my-updated-secure-password'
Response
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.
The unique identifier of the Secret.
The globally unique name of the Secret. Used as the environment variable name in Devboxes.
Creation time of the Secret (Unix timestamp in milliseconds).
Last update time of the Secret (Unix timestamp in milliseconds).
