This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
{
"tags": [
"try", "test"
]
}
curl --location -g --request POST 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/tags' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"tags": [
"try", "test"
]
}'
{
"message": "Server tags saved"
}