update docs
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-17 14:00:48 +10:00
parent ae3e2be89a
commit 7848557002
32 changed files with 1226 additions and 90 deletions
+10
View File
@@ -1,3 +1,13 @@
// Package main vCTP API entrypoint.
//
// @title vCTP API
// @version 1.0
// @description vCTP API endpoints for inventory snapshots, reporting, and administration.
// @BasePath /
// @schemes http https
// @securityDefinitions.apikey BearerAuth
// @in header
// @name Authorization
package main
import (