This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"type":"directory",
"linkFrom":"app",
"linkTo":"app"
}
curl --location -g --request POST 'https://manage.runcloud.io/api/v3/atomic/{{atomicProjectId}}/symlinks' \
--header 'Content-Type: application/json' \
--data-raw '{
"type":"directory",
"linkFrom":"app",
"linkTo":"app"
}'
{
"message": "A new symlink has been successfully added. The config will be sync in a few moments"
}