This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"name": "ammar atomic",
"autoDeploy": true,
"webApplication": 582
}
curl --location --request POST 'https://manage.runcloud.io/api/v3/atomic' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "ammar atomic",
"autoDeploy": true,
"webApplication": 582
}'
{
"message": "Project ali api atomic has been successfully added."
}