Bläddra i källkod

include content type with response object readme update

760e7dab2836853c63805033e 7 år sedan
förälder
incheckning
73ea3e62af
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -375,6 +375,7 @@ The response object will look like this:
 {
    "content": "Message content here",
    "status": 200,
+   "contentType": "content-type response header (ex: application/json)",
    "error": "Error message goes here (Only added if an error occurs)"
 }
 ```