forked from proxmox-mirrors/proxmox-backup
this has the benefit of also handling the unstable flag correctly. hence, the api viewer needs to add the css definitions to properly render unstable endpoints. Signed-off-by: Shannon Sterz <s.sterz@proxmox.com> Link: https://lore.proxmox.com/all/20260224115057.140836-1-s.sterz@proxmox.com FG: remove stray `proxmox` file Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
17 lines
839 B
HTML
17 lines
839 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<title>Proxmox Backup Server API Documentation</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="extjs/theme-crisp/resources/theme-crisp-all.css">
|
|
<link rel="stylesheet" type="text/css" href="/fontawesome/css/font-awesome.css" />
|
|
<link rel="stylesheet" type="text/css" href="/widgettoolkit/css/ext6-pmx.css" />
|
|
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="/widgettoolkit/themes/theme-proxmox-dark.css" />
|
|
<script type="text/javascript" src="extjs/ext-all.js"></script>
|
|
<script type="text/javascript" src="apidoc.js"></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|