0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/api/v2/utils
Hannah Wolfe ef98c65040
Clean v2 Content API (#10329)
* Removed unused fields from v2 Content API

- We want to ship the v2 Content API as clean and lean as we can
- Many fields in the DB aren't actually used, we shouldn't return these values
- Other values aren't useful outside of Admin clients, and shouldn't be returned either

Fields removed:
- tags: created_at, updated_at, parent
- authors: locale, accessibility, tour
- posts: locale, author status, page
2019-01-04 11:21:21 +00:00
..
serializers Clean v2 Content API (#10329) 2019-01-04 11:21:21 +00:00
validators Added users ctrl to v2 (#10001) 2018-10-12 23:27:30 +02:00
index.js Added helper to check for content API (#10104) 2018-11-06 17:36:22 +05:30
permissions.js Added settings ctrl to v2 2018-10-12 21:13:20 +02:00