pub async fn patch_document(
__arg0: State<AppState>,
__arg1: Path<(String, String)>,
__arg2: Json<UpdateDocumentRequest>,
) -> impl IntoResponseExpand description
Partially update a document (merge fields).
pub async fn patch_document(
__arg0: State<AppState>,
__arg1: Path<(String, String)>,
__arg2: Json<UpdateDocumentRequest>,
) -> impl IntoResponsePartially update a document (merge fields).