Ghost/core/server/api/v2/utils
kirrg001 38e93c19b5 Reverted & Solved apiType differently
no issue

- was unable to revert 9dd7aff9c6, because it contains members changes
- functional calls did not work correctly, because the content and admin ctrl differentiation happend in the web layer
- `isContentAPI` returned true for `api.v2.settings.edit(data, {context: {internal:true{})`
- content & admin API are using different controllers
- we can just tell which ctrl is content API and which is not
- the direction fits for the content & admin API split
2019-02-26 08:33:10 +01:00
..
serializers Removed single author serializer from v2 2019-02-25 23:35:09 +01:00
validators Added 'property' field to errors returned from API 2019-02-26 13:41:13 +07:00
index.js Reverted & Solved apiType differently 2019-02-26 08:33:10 +01:00
permissions.js Added settings ctrl to v2 2018-10-12 21:13:20 +02:00