retention response models
Generated file — do not edit by hand. Regenerate from the repo root with
CGO_ENABLED=0 go run scripts/gen-response-models-md.go.
Part of the API response model reference, which explains the Response model and Origin columns. Route inventory: routes.md. Named payload structs: payload-shapes.md.
| Method | Path | Response model | Origin |
|---|---|---|---|
POST | /api/method/shc.backup.retention.apply | MethodResponse[RetentionApplyResponse] | handler |
GET | /api/method/shc.backup.retention.get | MethodResponse[RetentionPolicyResponse] | handler |
POST | /api/method/shc.backup.retention.preview | MethodResponse[RetentionPreviewResponse] | handler |
POST | /api/method/shc.backup.retention.reset | MethodResponse[RetentionPolicyResponse] | handler |
POST | /api/method/shc.backup.retention.set | MethodResponse[RetentionPolicyResponse] | handler |
shc@docs:~$