Skip to content

Commit

Permalink
Issue #3978: Updated POD to match code functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Dec 11, 2024
1 parent 7d8e894 commit 100958b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kernel/System/Ticket/ArticleFeatures.pm
Original file line number Diff line number Diff line change
Expand Up @@ -538,10 +538,10 @@ sub ArticleRestore {

=head2 DeleteVersionData()
Delete all version data for an article.
Delete all version data for all articles in a ticket.
my $Success = $ArticleFeaturesObject->DeleteVersionData(
ArticleID => 123, # required
TicketID => 123, # required
);
Returns:
Expand Down

0 comments on commit 100958b

Please sign in to comment.