text
title
Required; post title.
CodeHub
API Playground
Collection Docs
Blog posts demonstrating slug uniqueness and text search capabilities.
text
Required; post title.
text
Required + unique; URL-friendly identifier (e.g., "my-awesome-post").
textarea
Required; post summary/excerpt.
textarea
Required; full post content.
checkbox
Boolean; defaults to false.
/api/blog-postsList posts. Use ?where[title][contains]=keyword for text search.
/api/blog-posts/:idFetch one post by document ID.
/api/blog-postsCreate a post. Slug must be unique. Try duplicate slugs to see error.
/api/blog-posts/:idUpdate post fields.
/api/blog-posts/:idDelete a blog post document.