feat: pave V1DocumentDELETE

This commit is contained in:
Victor Lacasse-Beaudoin 2023-11-20 16:56:44 -05:00
parent c7282edcc2
commit 86f1284e12
4 changed files with 83 additions and 16 deletions

View file

@ -8,3 +8,11 @@ type V1DocumentPOST struct {
Size int64
}
}
type V1DocumentDELETE struct {
Response
Data struct {
Bucket string
Document string
}
}