Ghost/ghost/collections/test
Naz e8220b1387
Added DEL /collections/:id/posts/:post_id to Admin API
refs https://github.com/TryGhost/Team/issues/3260

- We need a way to remove posts form collections without fetching the whole collection's content. This API method allows to remove posts from manual collections by collection id and post id.
- As a response it returns up to date collection state without the removed post.
2023-06-01 14:59:05 +07:00
..
fixtures Added Posts relation support to collections package 2023-05-31 22:55:35 +07:00
.eslintrc.js Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00
Collection.test.ts Added DEL /collections/:id/posts/:post_id to Admin API 2023-06-01 14:59:05 +07:00
collections.test.ts Added DEL /collections/:id/posts/:post_id to Admin API 2023-06-01 14:59:05 +07:00