Skip to content

Commit e415e1d

Browse files
Updated Request/Response Format
1 parent b51eae3 commit e415e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/wp-api-v2/_introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ The default response format is JSON. Requests with a message-body use plain JSON
4040

4141
Some general information about responses:
4242

43-
* Dates are returned in [RFC3339](http://www.ietf.org/rfc/rfc3339.txt) format in UTC timezone: `YYYY-MM-DDTHH:MM:SSZ`
43+
* Dates are returned in ISO8601 format: `YYYY-MM-DDTHH:MM:SS`
4444
* Resource IDs are returned as integers.
4545
* Any decimal monetary amount, such as prices or totals, will be returned as strings with two decimal places.
4646
* Other amounts, such as item counts, are returned as integers.
47-
* Blank fields are generally included as `null` instead of being returned as blank strings or omitted.
47+
* Blank fields are generally included as `null` or emtpy string instead of being omitted.
4848

4949
### JSONP Support ###
5050

0 commit comments

Comments
 (0)