For most users, the update to the Article Attachments API URL structure will have no noticeable impact. The API will continue to function as it currently does, but with a new URL format that excludes the file name.
However, if you have custom integrations that parse the file name from the URL, you will need to adjust your code. Instead of extracting the file name from the URL, you should use the file_name attribute provided in the API response. This change is necessary to ensure your integrations continue to work smoothly.
Zendesk is updating the URL structure for the Article Attachments API to enhance reliability. The change involves removing the file name from the contenturl in the API response, while still providing it in a separate filename attribute. This…
If you are not using custom integrations that parse the file name from the content_url, no action is required on your part. The API will continue to work as expected with the updated URL structure. However, if you do have custom integrations, you…
Zendesk is updating the Article Attachments API URL structure to increase the persistence and reliability of attachment URLs. By removing the file name from the contenturl and providing it separately in a filename attribute, Zendesk aims to…
Yes, the older URLs provided by the Article Attachments API before the update will still function as usual. This means that there will be no immediate disruption for users who rely on these URLs. The update is designed to enhance the reliability of…