Publish
Publish your code as a ZIP file
Upload code
curl -X POST 'https://industrial.api.ubidots.com/api/v2.0/pages/<page_id>/code' \
-H 'X-Auth-Token: <YOUR_TOKEN>' \
-F "zipFile=@<path_to_zip>.zip;type=application/zip"{
"message": "File successfully uploaded."
}Load code
Last updated
Was this helpful?
