Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored and github-actions[bot] committed Sep 5, 2024
1 parent 4c560f5 commit 18f0de0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/api/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 18f0de0

Please sign in to comment.