WIP: Ajouter fonction de renom de document

This commit is contained in:
Victor Lacasse-Beaudoin 2024-01-23 16:50:03 -05:00
parent 9fae3b0471
commit 33c23d89e4
4 changed files with 147 additions and 0 deletions

View file

@ -25,3 +25,11 @@ type V1DocumentPOST struct {
type V1DocumentDELETE struct {
Response
}
type V1DocumentKeyPUT struct {
Response
Data struct {
Bucket string
Key string
}
}