Update the value of an existing Secret by name. The new value will be encrypted at rest.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The name of the Secret to update.
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'
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).