This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************{}curl --location --request GET 'https://manage.runcloud.io/api/v3/settings/patches' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'[
{
"id": 1,
"label": "Security Patch #1",
"description": "Fixes CVE-2024-1234",
"requires_reboot": true,
"released_at": "2026-06-11T10:00:00.000000Z",
"server_criteria": {
"os_versions": ["Ubuntu 22.04 (Jammy)", "Ubuntu 24.04 (Noble)"],
"web_server": ["NGINX"],
"architecture": ["x86_64"],
"installation_type": ["Native"],
"database_type": ["MySQL"]
}
}
]