Create a Variable Value
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
💡
Compute Unit Value:
10(fixed)
variable_id
uuid
required
ID of the variable
The variable value to add
value
Number | String | Bool
required
The value to assign to the variable. Can be a string, number, or boolean.
valueNumber | String | Bool
``201 Variable value created
``default Unexpected error
Updated2 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://svc.blockdaemon.com/streaming/v2/variables/variable_id/values \
--header 'accept: application/json' \
--header 'authorization: Bearer ••••' \
--header 'content-type: application/json'
application/json
201default
Updated2 months ago