@@ -16,11 +16,8 @@ These posts are created by BOP members in the blog. They can be articles, tutori
1616|  labels |  list of strings |  labels for SEO |  | 
1717|  banner |  string |  post's banner |  | 
1818|  locale |  string |  post's locale |  | 
19- |  article_language |  string |  ` html `  or ` md `  |  | 
2019|  content |  string |  post's content, markdown format |  ✅ (if inclued in a many-posts request) | 
2120
22- For the moment, a post can be in HTML or Markdown. This is precised in the ` article_language `  field.
23- 2421## Get all posts  
2522
2623` GET /blog-posts ` 
@@ -33,6 +30,7 @@ Get all the posts. Returns a list of [blog post objects](#blog-post-object) with
3330|  ---------- |  ------ |  ------------------------------------------------------ | 
3431|  category |  string |  post's category | 
3532|  type |  string |  post's type (article / tutorial / flash) | 
33+ |  author |  string |  post's author (their identifier) | 
3634|  search |  string |  search for articles (text inside title or description) | 
3735
3836This endpoint uses [ pagination] ( ../topics/Pagination.md ) .
0 commit comments