cURL
curl --request POST \ --url https://api.bunny.net/compute/script/{id}/code \ --header 'AccessKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "Code": "<string>" } '
API Access Key authorization header
The ID of the code for which the script that will be returned
The code was successfully uploaded
Was this page helpful?