Slide 62
Slide 62 text
Siren
{
"actions": [
{
"name": "create",
"fields": [
{
"name": "question",
"type": "text",
"title": "Question"
},
{
"name": "choices",
"type": "array[text]",
"title": "Choices"
}
],
"method": "POST",
"type": "application/json",
"href": "/questions"
}
]
}