Updated REST API Custom Fields (markdown)

Lauri Ojansivu 2019-11-01 18:56:32 +02:00
parent a745b5514a
commit 0fa169302c

@ -8,7 +8,7 @@ https://wekan.github.io/api/v3.46/#wekan-rest-api-customfields
https://wekan.github.io/api/v3.46/#put_board_list_card https://wekan.github.io/api/v3.46/#put_board_list_card
4) When writing Custom Field value to card, like text field, content type needs to be "application/json" and the string needs to be an array: 4) When writing Custom Field value to card, like text field, content type needs to be "application/json" and the string needs to be an array:
`` ```
-d '{ "customFields" : [ { "_id" : "oZHkpcaxDHnbkbqGo", "value" : "foobar" } ] }' -d '{ "customFields" : [ { "_id" : "oZHkpcaxDHnbkbqGo", "value" : "foobar" } ] }'
``` ```
5) For other types of Custom Fields, you can look at Custom Field structure from MongoDB database with [nosqlbooster](https://nosqlbooster.com/downloads) that can also login through ssh to server Wekan snap MongoDB port 27019 5) For other types of Custom Fields, you can look at Custom Field structure from MongoDB database with [nosqlbooster](https://nosqlbooster.com/downloads) that can also login through ssh to server Wekan snap MongoDB port 27019