]> gitweb.factorcode.org Git - factor.git/commitdiff
mediawiki.api: Add missing action parameter
authorgifti258 <80504430+gifti258@users.noreply.github.com>
Tue, 29 Mar 2022 12:42:50 +0000 (14:42 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 29 Mar 2022 15:47:50 +0000 (08:47 -0700)
extra/mediawiki/api/api.factor

index 04b9634fb025900481c1966d636f94ccf1a093b0..03e84725948623e7f475c61166bea4bd45eb44e1 100644 (file)
@@ -206,6 +206,7 @@ PRIVATE>
 
 :: move-page ( from to reason params -- assoc )
     {
+        { "action" "move" }
         { "from" from }
         { "to" to }
         { "reason" reason }