Commit 461b342d authored by Lin Jen-Shin's avatar Lin Jen-Shin

It's also giving blocked property

parent 5a68804f
......@@ -12,7 +12,8 @@
"reference",
"path",
"relation_path",
"weight"
"weight",
"blocked"
],
"properties": {
"id": { "type": "integer" },
......@@ -23,6 +24,7 @@
"due_date": { "type": ["string", "null"] },
"state": { "type": "string" },
"weight": { "type": ["integer", "null"] },
"blocked": { "type": "boolean" },
"reference": { "type": "string" },
"path": { "type": "string" },
"relation_path": { "type": "string" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment