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