API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/containers/{id}/storage/sharesβ List storage shares - POST
/api/v1/containers/{id}/storage/sharesβ Create storage share - GET
/api/v1/containers/{id}/storage/shares/{shareId}β Get storage share - PATCH
/api/v1/containers/{id}/storage/shares/{shareId}β Update storage share - DELETE
/api/v1/storage/shares/{shareId}β Delete storage share - GET
/api/v1/containers/{id}/storage/incomingβ Get incoming shares - GET
/api/v1/storage/incomingβ Get all incoming shares - GET
/api/v1/storage/sharesβ List all your storage shares - PATCH
/api/v1/containers/{id}/storage/incoming/{shareId}/mountβ Toggle incoming share mount
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help