feat: ajouter V1DocumentsPOST
request et response
This commit is contained in:
parent
4a1c3e8a5f
commit
3b65138337
2 changed files with 74 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue