feat: list active public file links
This commit is contained in:
@@ -86,6 +86,7 @@ type PublicLinkRequest struct {
|
||||
|
||||
type PublicLinkResponse struct {
|
||||
ID string `json:"id"`
|
||||
URL string `json:"url"`
|
||||
URL string `json:"url,omitempty"`
|
||||
ExpiresAt time.Time `json:"expires_at"`
|
||||
CreatedAt time.Time `json:"created_at,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user