Update Global Variable
Authorizations
Nected-API-KeystringRequired
Your Nected API key. Obtain from workspace settings.
Path parameters
namestringRequiredExample:
The variable name
tax_rate_gstHeader parameters
Nected-BranchstringOptional
Branch name (optional)
checksumstringRequiredExample:
Current checksum of the variable — from Create or Get response
a3f1b2c4d5e6f7a8b9c0d1e2f3a4b5c6Body
Request body for updating a global variable. Only value can be changed.
valueanyRequiredExample:
New value — must match the variable's existing dataType
20Responses
200
OK — variable updated, new checksum returned
application/json
Standard response wrapper for single-variable operations (create, get-by-name, update)
codestringOptionalExample:
successmessagestringOptionalExample:
Success.400
Bad Request — checksum mismatch or validation error
application/json
500
Internal Server Error
application/json
patch
/dev/variable/{name}Checksum (required)
Last updated