Don't merge with existing document on create for correctness reasons
This commit is contained in:
parent
f8b6718a22
commit
e493b98a24
3 changed files with 25 additions and 84 deletions
|
|
@ -25,7 +25,7 @@ pub struct FetchLatestDocumentsResponse {
|
|||
pub last_update_id: VaultUpdateId,
|
||||
}
|
||||
|
||||
/// Response to a create/update document request.
|
||||
/// Response to an update document request.
|
||||
#[derive(Debug, Clone, Serialize, JsonSchema)]
|
||||
#[serde(tag = "type")]
|
||||
pub enum DocumentUpdateResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue