Skip to content

Commit 549b24d

Browse files
fix(openapi): sync with openapi definition (#79)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b19222 commit 549b24d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openapi.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"description": "Specification of the Socket API endpoints",
55
"title": "API Endpoints",
6-
"version": "0.0.1"
6+
"version": "0.1.0"
77
},
88
"servers": [
99
{
@@ -6254,6 +6254,10 @@
62546254
"type": "object",
62556255
"additionalProperties": {
62566256
"type": "string",
6257+
"default": {
6258+
"type": "Buffer",
6259+
"data": []
6260+
},
62576261
"format": "binary"
62586262
},
62596263
"properties": {

0 commit comments

Comments
 (0)