alphantv
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Completely remove StackableThanks
I will try to remove options in mysqlForum: Plugins
In reply to: [Zephyr Project Manager] Custom Field – Rest APII copied exactly the code above, but got the “Invalid parameter” error. Seem It had some errors in decoding the json in API source code.
{ "code": "rest_invalid_param", "message": "Invalid parameter(s): custom_fields", "data": { "status": 400, "params": { "custom_fields": "Invalid parameter." } } }Forum: Plugins
In reply to: [Zephyr Project Manager] Custom Field – Rest APIThen It got Syntax error with that code:
{ "code": "rest_invalid_param", "message": "Invalid parameter(s): custom_fields", "data": { "status": 400, "params": { "custom_fields": "Invalid parameter." } } }Forum: Plugins
In reply to: [Zephyr Project Manager] Custom Field – Rest APIiT’S NOT WORK:
{ "name": "The task name or title", "description": "The task description", "project": "4", "assignee": "64", "start": "", "end": "", "custom_fields": "{ "id": 1, "value": "[email protected]" }, { "id": 2, "value": "01234566789" }" }The Error is:
{ "code": "rest_invalid_json", "message": "Body JSON không hợp lệ.", "data": { "status": 400, "json_error_code": 3, "json_error_message": "Control character error, possibly incorrectly encoded" } }
Viewing 4 replies - 1 through 4 (of 4 total)