Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add KbManagement.PublishingService methods to TIA #41

Open
benjaminloerincz opened this issue Feb 2, 2025 · 0 comments
Open

Add KbManagement.PublishingService methods to TIA #41

benjaminloerincz opened this issue Feb 2, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@benjaminloerincz
Copy link
Contributor

Add these methods of namespace KbManagement, class PublishingService to TIA:

  • KbManagement.PublishingService.editArchivedArticle(String articleId)
  • KbManagement.PublishingService.editOnlineArticle(String articleId, Boolean unpublish)
  • KbManagement.PublishingService.editPublishedTranslation(String articleId, String language, Boolean unpublish)
  • KbManagement.PublishingService.restoreOldVersion(String articleId, Integer versionNumber)
  • KbManagement.PublishingService.submitForTranslation(String articleId, String language, String assigneeId, Datetime dueDate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant