cURL
curl --request POST \ --url https://api.bunny.net/compute/script/{id}/publish \ --header 'AccessKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "Note": "<string>" } '
API Access Key authorization header
Publishes the current code as a release
The UUID of the script release that will be published
The code version was successfully published
Was this page helpful?