Create a Variable

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)

The variable object to create

Allowed:
number``bool``string

``201 Variable created

``default Unexpected error

Updated 2 months ago

curl --request POST \
     --url https://svc.blockdaemon.com/streaming/v2/variables \
     --header 'accept: application/json' \
     --header 'authorization: Bearer ••••' \
     --header 'content-type: application/json' \
     --data '{"type":"number"}'
application/json
"201"
"default"