Skip to content

Commit 062f5f5

Browse files
committed
Deployment config for object info
1 parent 9b7089d commit 062f5f5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

api/docs/docs.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3662,6 +3662,9 @@ const docTemplate = `{
36623662
"name": {
36633663
"type": "string"
36643664
},
3665+
"public_url": {
3666+
"type": "string"
3667+
},
36653668
"size": {
36663669
"type": "integer"
36673670
},

api/docs/swagger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,8 @@ definitions:
506506
type: string
507507
name:
508508
type: string
509+
public_url:
510+
type: string
509511
size:
510512
type: integer
511513
updated:

0 commit comments

Comments
 (0)