Skip to content

Commit

Permalink
Merge pull request #5 from Liquipedia/fix-example
Browse files Browse the repository at this point in the history
Fix example call
  • Loading branch information
FO-nTTaX committed Nov 29, 2023
2 parents 9a4dd20 + 29895d6 commit 864bef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/UpdateMessageApiModule.php
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 864bef2

Please sign in to comment.