Updates a user-level pipeline variable for Bitbucket pipelines. Use when you need to modify account-level configuration variables such as changing the value, key name, or security status.
keystringThe updated name/key of the pipeline variable. If omitted, the key remains unchanged.
valuestringThe updated value of the pipeline variable. If omitted, the value remains unchanged.
securedbooleanWhether the variable should be secured/encrypted (true) or stored as plain text (false). If omitted, the secured status remains unchanged.
selected_userRequiredstringThe UUID or username of the user. When using UUID format, it should be URL-encoded (e.g., %7B4f3ecac3-c951-41d4-8a4c-95f40be978fc%7D for {4f3ecac3-c951-41d4-8a4c-95f40be978fc}).
variable_uuidRequiredstringThe UUID of the pipeline variable to update. This can be obtained from the list or get variable endpoints.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.