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 7f7b477ce9 Fixed error message being unclear when admin api keys create posts without authors
refs #10438

- integrations != users
- Ghost's assumption is: if you create a post, the primary author becomes the logged in user
- we have to require authors for integrations
- short fix and needs some more thoughts later
2019-01-31 16:27:56 +01:00
..
serializers Changed path returned for uploads to absolute 2019-01-31 15:02:33 +00:00
validators Fixed error message being unclear when admin api keys create posts without authors 2019-01-31 16:27:56 +01:00
index.js Fixed error message being unclear when admin api keys create posts without authors 2019-01-31 16:27:56 +01:00
permissions.js