Skip to main content
POST
/
compute
/
script
/
{id}
/
publish
Publish Release
curl --request POST \
  --url https://api.bunny.net/compute/script/{id}/publish \
  --header 'AccessKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "Note": "<string>"
}
'

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

id
integer<int64>
required

Publishes the current code as a release

Query Parameters

uuid
string

The UUID of the script release that will be published

Body

Note
string | null

Response

The code version was successfully published