Expose "Link an existing translation" in API
Brennan Hitchcock
User Story
As a Content Localization Manager
I want to link translated versions of articles via the Helpjuice API (v3)
So that I can programmatically associate translated content without manual entry in the Helpjuice UI ("Link an existing translation" functionality)
Business Value: Streamline multilingual kb management and ensure content consistency across languages.
Acceptance Criteria:
- Endpoint Exposure
- An endpoint is available that allows us to link an article (does this need a language_code?)
- Edge cases
- Should be able to manage existing translations as well. I'm assuming that if I delete a linked / translated article that the current link will be removed. This functionality should be exposed here as well.