curl --request POST \
--url https://api.bunny.net/compute/script/{id}/code \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Code": "<string>"
}
'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}curl --request POST \
--url https://api.bunny.net/compute/script/{id}/code \
--header 'AccessKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"Code": "<string>"
}
'{
"ErrorKey": "<string>",
"Field": "<string>",
"Message": "<string>"
}Was this page helpful?