freescout-help-desk / freescout

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

API - update conversation via custom field #3979

Closed krzysztofklonowski closed 3 months ago

krzysztofklonowski commented 3 months 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 3 months 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.