Slide 46
Slide 46 text
Create Comment
{
"properties": {
"title": "My First Blog Post",
"body": "Lorem Ipsum",
},
"actions": [
{
"name": "comment",
"method": "POST",
"href": "/posts/1/comments",
"fields": [
{ "name": "author", "type": "string" },
{ "name": "message", "type": "string" }
]
}
]
}