Update custom field using API
I have a list of custom fields
"custom_fields": [
{
"notes": null,
"key": "project",
"value": null
},
{
"notes": null,
"key": "field_one",
"value": null
},
{
"notes": null,
"key": "field_two",
"value": null
}]
How can I update using post or put?
0
Please sign in to leave a comment.
Comments
0 comments