feat: ajouter V1DocumentsPOST request et response

This commit is contained in:
Victor Lacasse-Beaudoin 2023-12-18 17:39:26 -05:00
parent 4a1c3e8a5f
commit 3b65138337
2 changed files with 74 additions and 0 deletions

View file

@ -1,5 +1,16 @@
package apiresponse
type V1DocumentsPOST struct {
Response
Data struct {
Bucket string
Documents struct {
Key string
Size int64
}
}
}
type V1DocumentPOST struct {
Response
Data struct {