Fix swagger bits
This commit is contained in:
parent
f55a7a792f
commit
aec0a606af
3 changed files with 7 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
"required": ["error"],
|
||||
"properties": {
|
||||
"result": {
|
||||
"type": "object",
|
||||
"nullable": true
|
||||
},
|
||||
"error": {
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"required": ["result"],
|
||||
"properties": {
|
||||
"result": {
|
||||
|
@ -52,9 +53,11 @@
|
|||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"required": ["error"],
|
||||
"properties": {
|
||||
"result": {
|
||||
"type": "object",
|
||||
"nullable": true
|
||||
},
|
||||
"error": {
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"required": ["result"],
|
||||
"properties": {
|
||||
"result": {
|
||||
|
@ -70,9 +71,11 @@
|
|||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"required": ["error"],
|
||||
"properties": {
|
||||
"result": {
|
||||
"type": "object",
|
||||
"nullable": true
|
||||
},
|
||||
"error": {
|
||||
|
|
Loading…
Reference in a new issue