repo 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.repo.sync | MethodResponse[TaskResponse] | handler |
POST | /api/method/shc.repo.sync_all | MethodResponse[TaskListResponse] | handler |
GET | /api/resource/Repo | RepoListResponse | handler |
POST | /api/resource/Repo | DocResponse[RepoResponse] | handler |
DELETE | /api/resource/Repo/{name} | MethodResponse[string] | handler |
GET | /api/resource/Repo/{name} | DocResponse[RepoResponse] | handler |
PATCH | /api/resource/Repo/{name} | DocResponse[RepoResponse] | handler |
GET | /api/resource/Repo/{name}/rejected | DocResponse[map[string][]RejectReason] | handler |
shc@docs:~$