Index: openapi.json IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- openapi.json (revision 58b1d592c0072d7163c4ffb6d8df901f704e4690) +++ openapi.json (date 1599128938347) @@ -9790,7 +9790,7 @@ "description": "The id of the process instance to retrieve the variables from." }, { - "name": "deserializeValue", + "name": "deserializeValues", "in": "query", "schema": { "default": true, @@ -9827,7 +9827,7 @@ } }, "example-2": { - "summary": "GET `/process-instance/aProcessInstanceId/variables?deserializeValue\u003dfalse`", + "summary": "GET `/process-instance/aProcessInstanceId/variables?deserializeValues\u003dfalse`", "value": { "aVariableKey": { "value": "ab", @@ -14838,7 +14838,7 @@ "description": "The id of the task to retrieve the variables from." }, { - "name": "deserializeValue", + "name": "deserializeValues", "in": "query", "schema": { "default": true, @@ -14875,7 +14875,7 @@ } }, "example-2": { - "summary": "GET `/task/aTaskId/variables?deserializeValue\u003dfalse`", + "summary": "GET `/task/aTaskId/variables?deserializeValues\u003dfalse`", "value": { "aVariableKey": { "value": "ab",