Skip to content

Commit

Permalink
docs: add responseDictionary to HTTPClient documentation (#14101)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Barber <[email protected]>
  • Loading branch information
m1ga and cb1kenobi authored Sep 5, 2024
1 parent 1bbcc5b commit d98f6a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apidoc/Titanium/Network/HTTPClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d98f6a6

Please sign in to comment.