Skip to content

Commit

Permalink
add to rest api changelog in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nelson committed Feb 26, 2019
1 parent 367eed0 commit 2089eef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/C--REST-API/rest-api-changelog.md
Expand Up @@ -3,6 +3,9 @@

This is a log of client-facing changes made to the EE4 REST API (ie, changes to internal implementations aren't listed here, just changes that affect consumers of the API). For a complete list of changes to EE4, please see [the EE4 changelog](https://eventespresso.com/wiki/ee4-changelog/)

## 4.9.79
- Fixed boolean fields' input being interpreted as strings. Eg GET to "/wp-json/ee/v4.8.36/datetimes?where[DTT_deleted]=false" now returns the expected results

## 4.9.74
- Added endpoints for adding and removing relations. Eg a POST request to "/wp-json/ee/v4.8.36/events/1/datetimes/2" will make datetime 2 related to event 1; whereas a DELETE request to that same endpoint will make them unrelated.
- Added support for simpler querystring syntax. Eg the following are now valid: "wp-json/ee/v4.8.36/events?where[EVT_ID][IN]=1,2,3", "wp-json/ee/v4.8.36/tickets?where[TKT_name][IN]=['cheap','expensive']", and "wp-json/ee/v4.8.36/datetimes?where[DTT_EVT_start][<]=2018-01-01T00:00:00"
Expand Down

0 comments on commit 2089eef

Please sign in to comment.