Admin API Can't POST to /posts/ without cleaning up certain fields #11461
Labels
affects:api
Affects the Ghost API
bug
[triage] something behaving unexpectedly
server / core
Issues relating to the server or core of Ghost
When using the API, there is an expectation that any data fetched should be possible to be sent back.
This is currently not the case for posts.
Reproduction Steps
This snippet should work with valid credentials:
Currently, you get an error like:
Note:
uuid and comment_id are a problem in both v2 and v3
the 2x email fields are only a problem with v2
Technical details:
The text was updated successfully, but these errors were encountered: