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
Katharina Irrgang c2b3520652
Removed id restriction for posts relations in Admin API v2 (#10489)
refs #10438

- we now try to match by slug or id or email
- fallback to owner
- you cannot create a user via post endpoint
- Ghost uses the invite flow to add users
- get rid of `id` restriction on API level
2019-02-13 20:38:25 +01:00
..
serializers Removed more unused fields from Admin API v2 response 2019-02-13 11:42:08 +01:00
validators Removed id restriction for posts relations in Admin API v2 (#10489) 2019-02-13 20:38:25 +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