addedInput schema / properties / kwargs / default
Added value: +null
changedInput schema / properties / kwargs / title
Previous value: -"kwargs"New value: +"Kwargs"
removedInput schema / properties / kwargs / type
Removed value: -"string"
addedInput schema / properties / session_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / session_id / default
Added value: +null
removedInput schema / properties / session_id / type
Removed value: -"string"
addedInput schema / properties / verbosity
Added value: +{
+ "default": "standard",
+ "title": "Verbosity",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "session_id",
- "project_id",
- "subject",
- "priority_id",
- "status_id",
- "severity_id",
- "type_id",
- "kwargs"
-]New value: +[
+ "project_id",
+ "subject",
+ "priority_id",
+ "status_id",
+ "severity_id",
+ "type_id"
+]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "additionalProperties": true,
+ "title": "Result",
+ "type": "object"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "create_issueOutput",
+ "type": "object"
+}