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