WIP: Ajouter fonction de renom de document
This commit is contained in:
parent
9fae3b0471
commit
33c23d89e4
4 changed files with 147 additions and 0 deletions
|
@ -25,3 +25,11 @@ type V1DocumentPOST struct {
|
|||
type V1DocumentDELETE struct {
|
||||
Response
|
||||
}
|
||||
|
||||
type V1DocumentKeyPUT struct {
|
||||
Response
|
||||
Data struct {
|
||||
Bucket string
|
||||
Key string
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue