This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************{
"server_ids": [123, 456, 789]
}curl --location 'https://manage.runcloud.io/api/v3/settings/patches//apply' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"server_ids": [123, 456, 789]
}'{
"message": "Patch will be applied shortly.",
"run_uuid": "550e8400-e29b-41d4-a716-446655440000",
"servers": [
{ "server_id": 123, "status": "pending" },
{ "server_id": 456, "status": "pending" },
{ "server_id": 789, "status": "pending" }
]
}