Add new FileID for PUT upload endpoint
This commit is contained in:
parent
104c99b1b6
commit
9a700b4dc1
@ -7,10 +7,13 @@ import (
|
||||
)
|
||||
|
||||
// FileID is returned when a file has been sucessfully uploaded
|
||||
type FileID struct {
|
||||
type FileIDCompat struct {
|
||||
Success bool `json:"success"`
|
||||
ID string `json:"id"`
|
||||
}
|
||||
type FileID struct {
|
||||
ID string `json:"id"`
|
||||
}
|
||||
|
||||
// FileInfo is the public file information response
|
||||
type FileInfo struct {
|
||||
|
Loading…
Reference in New Issue
Block a user