Skip to content

Commit b918af9

Browse files
committed
Improves description of RPC endpoints
1 parent f121258 commit b918af9

10 files changed

Lines changed: 10 additions & 10 deletions

files/lib/system/endpoint/controller/core/conversations/CloseConversation.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use wcf\system\WCF;
1616

1717
/**
18-
* API endpoint for close a conversation for new messages.
18+
* Closes the conversation with the given ID for new messages.
1919
*
2020
* @author Olaf Braun
2121
* @copyright 2001-2025 WoltLab GmbH

files/lib/system/endpoint/controller/core/conversations/GetConversationHeaderTitle.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use wcf\system\WCF;
1515

1616
/**
17-
* API endpoint for the rendering of the conversation content header title.
17+
* Retrieves the HTML code for the content header title of the conversation with the given ID.
1818
*
1919
* @author Olaf Braun
2020
* @copyright 2001-2025 WoltLab GmbH

files/lib/system/endpoint/controller/core/conversations/GetConversationParticipantList.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use wcf\system\WCF;
1515

1616
/**
17-
* API endpoint for retrieving the participant list of a conversation.
17+
* Retrieves the HTML code for the list of participants of the conversation with the given ID.
1818
*
1919
* @author Olaf Braun
2020
* @copyright 2001-2025 WoltLab GmbH

files/lib/system/endpoint/controller/core/conversations/GetConversationPopover.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use wcf\system\WCF;
1515

1616
/**
17-
* API endpoint for the rendering of the conversation popover.
17+
* Retrieves the HTML code for the popover of the conversation with the given ID.
1818
*
1919
* @author Marcel Werk
2020
* @copyright 2001-2025 WoltLab GmbH

files/lib/system/endpoint/controller/core/conversations/LeaveConversation.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use wcf\system\exception\PermissionDeniedException;
1313

1414
/**
15-
* API endpoint for leaving a conversation.
15+
* Leaves the conversation with the given ID.
1616
*
1717
* @author Olaf Braun
1818
* @copyright 2001-2025 WoltLab GmbH

files/lib/system/endpoint/controller/core/conversations/LeavePermanentlyConversation.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use wcf\system\exception\PermissionDeniedException;
1313

1414
/**
15-
* API endpoint for leaving a conversation permanently.
15+
* Leaves the conversation with the given ID permanently.
1616
*
1717
* @author Olaf Braun
1818
* @copyright 2001-2025 WoltLab GmbH

files/lib/system/endpoint/controller/core/conversations/OpenConversation.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use wcf\system\WCF;
1616

1717
/**
18-
* API endpoint for open a conversation for new messages.
18+
* Opens the conversation with the given ID for new messages.
1919
*
2020
* @author Olaf Braun
2121
* @copyright 2001-2025 WoltLab GmbH

files/lib/system/endpoint/controller/core/conversations/RemoveConversationParticipant.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use wcf\system\WCF;
1616

1717
/**
18-
* API endpoint for removing a participant from a conversation.
18+
* Removes a participant from the conversation with the given ID.
1919
*
2020
* @author Olaf Braun
2121
* @copyright 2001-2025 WoltLab GmbH

files/lib/system/endpoint/controller/core/conversations/RestoreConversation.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use wcf\system\exception\PermissionDeniedException;
1313

1414
/**
15-
* API endpoint for restore a conversation.
15+
* Restores the conversation with the given ID.
1616
*
1717
* @author Olaf Braun
1818
* @copyright 2001-2025 WoltLab GmbH

files/lib/system/endpoint/controller/core/conversations/labels/DeleteConversationLabel.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use wcf\system\WCF;
1515

1616
/**
17-
* API endpoint for delete a conversation label.
17+
* Deletes the conversation label with the given ID.
1818
*
1919
* @author Olaf Braun
2020
* @copyright 2001-2025 WoltLab GmbH

0 commit comments

Comments
 (0)