You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to use the REST API for a lot of different queries now, but there are some objects i cannot create.
How can i create new checklist items using the REST API?
It seems like I can only edit delete and get such items.
I tried with
POST /api/boards/{board}/cards/{card}/checklists/{checklist}/items
with title in the data field but the response from the server can not be decoded to json and new items are not created, see below.
I guess it has not yet been implemented?
I managed to use the REST API for a lot of different queries now, but there are some objects i cannot create.
How can i create new checklist items using the REST API?
It seems like I can only edit delete and get such items.
I tried with
POST /api/boards/{board}/cards/{card}/checklists/{checklist}/items
<title></title> <script type="text/javascript">__meteor_runtime_config__ = JSON.parse(decodeURIComponent("%7B%22meteorRelease%22%3A%22METEOR%401.12%22%2C%22gitCommitHash%22%3A%223590821e1af43034979f323ccabc7ef79dcb3666%22%2C%22meteorEnv%22%3A%7B%22NODE_ENV%22%3A%22production%22%2C%22TEST_METADATA%22%3A%22%7B%7D%22%7D%2C%22PUBLIC_SETTINGS%22%3A%7B%22CARD_OPENED_WEBHOOK_ENABLED%22%3Afalse%2C%22RICHER_CARD_COMMENT_EDITOR%22%3Afalse%7D%2C%22ROOT_URL%22%3A%22http%3A%2F%2F127.0.0.1%22%2C%22ROOT_URL_PATH_PREFIX%22%3A%22%22%2C%22autoupdate%22%3A%7B%22versions%22%3A%7B%22web.browser%22%3A%7B%22version%22%3A%22c62cfd4203501305dcc49982722e289574b48834%22%2C%22versionRefreshable%22%3A%229a3beee491e38ccdb4e7af2b84dbddc158ca1847%22%2C%22versionNonRefreshable%22%3A%228da0b7fc5fbf6daa63d9451c53454263e5f1c19d%22%7D%7D%2C%22autoupdateVersion%22%3Anull%2C%22autoupdateVersionRefreshable%22%3Anull%2C%22autoupdateVersionCordova%22%3Anull%2C%22appId%22%3A%22dvyihgykyzec6y1dpg%22%7D%2C%22appId%22%3A%22dvyihgykyzec6y1dpg%22%2C%22accountsConfigCalled%22%3Atrue%2C%22isModern%22%3Atrue%7D"))</script> <script type="text/javascript" src="/a756848fa1631428c7c1dea0af04165d6f25c179.js?meteor_js_resource=true"></script>with title in the data field but the response from the server can not be decoded to json and new items are not created, see below.
I guess it has not yet been implemented?
The text was updated successfully, but these errors were encountered: