File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/includes/wp-api-v2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ The default response format is JSON. Requests with a message-body use plain JSON
40
40
41
41
Some general information about responses:
42
42
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 `
44
44
* Resource IDs are returned as integers.
45
45
* Any decimal monetary amount, such as prices or totals, will be returned as strings with two decimal places.
46
46
* 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.
48
48
49
49
### JSONP Support ###
50
50
You can’t perform that action at this time.
0 commit comments