feat: pave V1DocumentDELETE
This commit is contained in:
parent
c7282edcc2
commit
86f1284e12
4 changed files with 83 additions and 16 deletions
|
@ -8,3 +8,11 @@ type V1DocumentPOST struct {
|
|||
Size int64
|
||||
}
|
||||
}
|
||||
|
||||
type V1DocumentDELETE struct {
|
||||
Response
|
||||
Data struct {
|
||||
Bucket string
|
||||
Document string
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue