You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -397,6 +397,9 @@ const docTemplate = `{
397
397
"type": "integer"
398
398
}
399
399
},
400
+
"data_base64": {
401
+
"type": "string"
402
+
},
400
403
"datacontenttype": {
401
404
"description": "DataContentType is an optional MIME type for the data field. We almost\nalways serialize to JSON and in that case this field is implicitly\n\"application/json\".",
402
405
"type": "string"
@@ -469,6 +472,9 @@ const docTemplate = `{
469
472
}
470
473
]
471
474
},
475
+
"data_base64": {
476
+
"type": "string"
477
+
},
472
478
"datacontenttype": {
473
479
"description": "DataContentType is an optional MIME type for the data field. We almost\nalways serialize to JSON and in that case this field is implicitly\n\"application/json\".",
Copy file name to clipboardExpand all lines: docs/swagger.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -388,6 +388,9 @@
388
388
"type": "integer"
389
389
}
390
390
},
391
+
"data_base64": {
392
+
"type": "string"
393
+
},
391
394
"datacontenttype": {
392
395
"description": "DataContentType is an optional MIME type for the data field. We almost\nalways serialize to JSON and in that case this field is implicitly\n\"application/json\".",
393
396
"type": "string"
@@ -460,6 +463,9 @@
460
463
}
461
464
]
462
465
},
466
+
"data_base64": {
467
+
"type": "string"
468
+
},
463
469
"datacontenttype": {
464
470
"description": "DataContentType is an optional MIME type for the data field. We almost\nalways serialize to JSON and in that case this field is implicitly\n\"application/json\".",
0 commit comments