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