Skip to main content

Module document

Module document 

Source
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§

CreateDocumentRequest
Request payload for creating a new document.

Functions§

create_document
Create a new document definition.
get_document
Retrieve a document definition by id.