tenant 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 |
|---|---|---|---|
GET | /api/resource/Tenant | TenantListResponse | handler |
POST | /api/resource/Tenant | DocResponse[TenantResponse] | handler |
DELETE | /api/resource/Tenant/{name} | MethodResponse[string] | handler |
GET | /api/resource/Tenant/{name} | DocResponse[TenantInfoResponse] | handler |
shc@docs:~$