Expand description
API Handler for CRUD operations on the Document entity This module provides the API handlers for Document entity operations.
It includes functions for creating new documents and retrieving existing ones, serving as the entry point for interactions with the document service layer.
Structs§
- Create
Document Request - Request payload for creating a new document.
Functions§
- create_
document - Create a new document definition.
- get_
document - Retrieve a document definition by id.