sort snapshot reports
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-15 15:25:56 +11:00
parent 8dee30ea97
commit debac1f684
7 changed files with 28 additions and 13 deletions

View File

@@ -20,9 +20,10 @@ import (
)
// VmModifyEvent records a VM modification CloudEvent.
// @Summary Record VM modify event
// @Description Parses a VM modify CloudEvent and creates an update record when relevant changes are detected.
// @Summary Record VM modify event (deprecated)
// @Description Deprecated: Parses a VM modify CloudEvent and creates an update record when relevant changes are detected.
// @Tags events
// @Deprecated
// @Accept json
// @Produce json
// @Param event body models.CloudEventReceived true "CloudEvent payload"