Skip to content

Commit ee552a0

Browse files
Updated Request/Response Format in v1
1 parent e415e1d commit ee552a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

4040
Some general information about responses:
4141

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

4848
### JSONP Support ###
4949

0 commit comments

Comments
 (0)