From b0bed8ee8071e862aa38a5d00dcceb13bf337fb1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 17 Oct 2020 01:36:45 +0300 Subject: [PATCH] Updated REST API Custom Fields (markdown) --- REST-API-Custom-Fields.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REST-API-Custom-Fields.md b/REST-API-Custom-Fields.md index 2df7311..e52b966 100644 --- a/REST-API-Custom-Fields.md +++ b/REST-API-Custom-Fields.md @@ -2,10 +2,10 @@ https://github.com/wekan/wekan/wiki/REST-API#example-call---as-form-data 2) There needs to be Custom Field added to board -https://wekan.github.io/api/v3.46/#wekan-rest-api-customfields +https://wekan.github.io/api/v4.42/#wekan-rest-api-customfields 3) Custom Field at board and card will have same `_id` -https://wekan.github.io/api/v3.46/#put_board_list_card +https://wekan.github.io/api/v4.42/#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: ```