Update secret
Update the description, value, or allowed workspaces for a secret. If a value for a parameter is not specified, it will remain the same.
<Note>Only organization admins can update secrets.</Note>
Authentication
AuthorizationBearer
Bearer HTTP authentication.
Headers
IB-Context
Typically your organization ID. See Authorization and context identification for details.
Request
This endpoint expects an object.
alias
Name of the secret to update.
description
New description of the secret.
value
New content of the secret.
allowed_workspaces_type
New designation of which workspaces in this organization are allowed to use this secret in custom functions.
Allowed values:
allowed_workspaces
New designation of which workspaces are allowed to use this secret, if only some are.
Response
Secret updated successfully.
