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
Naz Gargol 19643c75dd
Added JSON Schema validation for /posts endpoint (#10468)
refs #10438

- Added  validation helper based on JSON schema
- Added schema validation for POST/PUT in /posts endpoints
- Refactored existing authors validation test suite
- Extended test coverage with a minimally required structure of post.add validator
2019-02-08 10:40:58 +00:00
..
serializers Added v2 actions endpoint 2019-02-06 21:36:09 +01:00
validators Added JSON Schema validation for /posts endpoint (#10468) 2019-02-08 10:40:58 +00: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