freescout-helpdesk / freescout

FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)
https://freescout.net
GNU Affero General Public License v3.0
2.67k stars 458 forks source link

API - update conversation via custom field #3979

Closed krzysztofklonowski closed 1 month ago

krzysztofklonowski commented 1 month ago

Hello,

I have a question about API.

In API doc is nothing mentioned about possibility to update value of custom field in conversation.

Are you have some plans to implement this feature in future?

Best regards

krzysztofklonowski commented 1 month ago

Hello,

I have found in documentation:

PUT api/conversations/{conversationId}/custom_fields

and it works great.

P.S. Please add in documentation if we want for example update custom filed with type of list in value field you must provide number (ID) not textual value.

Thank you and best regards.