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