Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 270 Bytes

File metadata and controls

15 lines (12 loc) · 270 Bytes

POST: /api/subrabbles/!cs-courses/posts

{ "id": 4, "title": "post_4", "body": "Post 4", "author": "alex", "subrabble": "cs-courses" }

PATCH: /api/subrabbles/!cs-courses/posts/1

{ "body": "Updated text with more detail about electives." }