Skip to content

Commit

Permalink
Fix example call
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashank Atreya committed Nov 29, 2023
1 parent 9a4dd20 commit 29895d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/UpdateMessageApiModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function getParamDescription() {
*/
public function getExamplesMessages() {
return [
'action=updatelpmwmessageapi&messagename=some_message_name&value=some_value&format=json'
'action=updatelpmwmessageapi&format=json'
=> 'liquipediamediawikimessages-api-example',
];
}
Expand Down

0 comments on commit 29895d6

Please sign in to comment.