Skip to content

Commit

Permalink
mediawiki.api: Add missing action parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gifti258 authored and mrjbq7 committed Mar 29, 2022
1 parent 5219bcf commit 1aeafdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra/mediawiki/api/api.factor
Expand Up @@ -206,6 +206,7 @@ PRIVATE>

:: move-page ( from to reason params -- assoc )
{
{ "action" "move" }
{ "from" from }
{ "to" to }
{ "reason" reason }
Expand Down

0 comments on commit 1aeafdb

Please sign in to comment.