Skip to content

Commit c9a1288

Browse files
committed
Update openapi.json
1 parent 31a8a9f commit c9a1288

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

documentation/openapi.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,16 +1912,20 @@
19121912
"type": "object",
19131913
"properties": {
19141914
"exceptionType": {
1915-
"type": "string"
1915+
"type": "string",
1916+
"nullable": true
19161917
},
19171918
"moduleName": {
1918-
"type": "string"
1919+
"type": "string",
1920+
"nullable": true
19191921
},
19201922
"typeName": {
1921-
"type": "string"
1923+
"type": "string",
1924+
"nullable": true
19221925
},
19231926
"methodName": {
1924-
"type": "string"
1927+
"type": "string",
1928+
"nullable": true
19251929
}
19261930
},
19271931
"additionalProperties": false
@@ -2030,9 +2034,10 @@
20302034
"Warning",
20312035
"Error",
20322036
"Critical",
2033-
"None",
2034-
null
2035-
]
2037+
"None"
2038+
],
2039+
"type": "string",
2040+
"nullable": true
20362041
},
20372042
"OperationError": {
20382043
"type": "object",

0 commit comments

Comments
 (0)