connections 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.provider.connect | MethodResponse[{connection, providers}] | handler |
POST | /api/method/shc.provider.grant | MethodResponse[{capability, connection, grantee}] | handler |
GET | /api/method/shc.provider.grants | MethodResponse[{grants}] | handler |
GET | /api/method/shc.provider.list | MethodResponse[{connections}] | handler |
POST | /api/method/shc.provider.revoke_grant | MethodResponse[{capability, grantee, revoked}] | handler |
POST | /api/method/shc.provider.rm | MethodResponse[{removed}] | handler |
shc@docs:~$