From 18f0de0e8d578f68a7ff97a85ca377c6a3036120 Mon Sep 17 00:00:00 2001 From: cb1kenobi Date: Thu, 5 Sep 2024 15:06:06 +0000 Subject: [PATCH] Apply automatic changes --- docs/api/api.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/api/api.json b/docs/api/api.json index efb3e2ec79..ccdd82144f 100644 --- a/docs/api/api.json +++ b/docs/api/api.json @@ -89799,6 +89799,31 @@ "type": "String", "permission": "read-only" }, + { + "name": "responseDictionary", + "summary": "Response as JSON object.", + "description": "Set to `null` if the content type returned by the server was not a JSON or if the content could not be parsed.", + "platforms": [ + { + "since": "0.8", + "name": "android" + }, + { + "since": "0.8", + "name": "iphone" + }, + { + "since": "0.8", + "name": "ipad" + }, + { + "since": "9.2.0", + "name": "macos" + } + ], + "type": "String", + "permission": "read-only" + }, { "name": "responseXML", "summary": "Response object as an XML DOM Document object.",