We are running a Web Help Desk instance (`productType=WebHelpDesk`, `productVersion=12.8.3`).
This instance retrieves ticketing data from external systems, requiring us to use the API for updates. While general ticket updates through the API, such as adding notes, work as expected, we encounter an issue with attachments.
When attachments are added via the API, they are reflected in the API responses immediately. However, they do not appear in the UI right away. Users must either wait approximately 5 minutes or log out and log back in to see the attachments. Other updates, such as notes, request details, subject, and custom fields, done via API appear immediately upon page refresh, but attachments do not.
Does WHD have some kind of caching in the background for attachment data? How would I go about fixing/debugging this issue?