From d98f6a6fbf5d6406ceb20492ba89410400b6a95c Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Thu, 5 Sep 2024 17:02:24 +0200 Subject: [PATCH] docs: add responseDictionary to HTTPClient documentation (#14101) Co-authored-by: Chris Barber --- apidoc/Titanium/Network/HTTPClient.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apidoc/Titanium/Network/HTTPClient.yml b/apidoc/Titanium/Network/HTTPClient.yml index 21f72dc2e05..d758baa8a6c 100644 --- a/apidoc/Titanium/Network/HTTPClient.yml +++ b/apidoc/Titanium/Network/HTTPClient.yml @@ -493,6 +493,13 @@ properties: 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. + type: String + permission: read-only + - name: responseXML summary: Response object as an XML DOM Document object. description: