This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************{
    "name":"first depcom",
    "scriptAction":"make-live",
    "location":"before",
    "username":"runcloud",
    "script":"echo 'test'",
    "webApplications":[110]    
    }curl --location -g --request PATCH 'https://manage.runcloud.io/api/v3/atomic/{{atomicProjectId}}/scripts/{{atomicScriptId}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name":"first depcom",
    "scriptAction":"make-live",
    "location":"before",
    "username":"runcloud",
    "script":"echo '\''test'\''",
    "webApplications":[110]    
    }'{
    "message": "Script first depcomp has been updated"
}