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
kirrg001 0665c72dda Removed primary_tag & primary_author if null from Admin API v2
refs #10438

- "null" means the resource does not exist (it was sett to "null"), which is not true
- we won't serve primary_tag and primary_author by default
- TODO: add the same change to the Content API v2 (raise issue)
2019-02-24 13:31:43 +01:00
..
serializers Removed primary_tag & primary_author if null from Admin API v2 2019-02-24 13:31:43 +01:00
validators Stripped virtual fields from Admin API v2: primary_tagg & primary_author 2019-02-23 22:58:57 +01:00
index.js Updated Content API to use members plans to determine permission (#10483) 2019-02-14 18:17:02 +01:00
permissions.js