Hi,
I work on project using API of portal based on Media Wiki.
Unfortunately they changed media wiki version from 1.16 to 1.30.

Earlier in endpoint list: logevents I got response with field move. Unfortunately, we don't have 'move' field in response now. I don't know what is it (one thing I know: move field had 2 fields: new_ns and new_title).
I now also that now in response we can find 'params' field, which has also 2 fields: target_ns and target_title.

So I have a few questions:
1) What was 'move'
2) What is 'params' - is it the same thing as 'move'?
3) Can I get documentation for another version of Media Wiki than current?

Thanks,