"Logs a change to the external links of a page. If multiple links are changed, multiple events should be fired for the same revision ID."
properties
revId
type
"integer"
description
"The id of the revision that made the change"
pageId
type
"integer"
description
"The id of the page being edited"
required
true
pageNamespace
type
"integer"
description
"The namespace ID of the page at the time of the change"
required
true
userId
type
"integer"
description
"If registered, the ID of the user making the change. Else 0."
required
true
userText
type
"string"
description
"The user name or IP address of the user making the change at the time of the change."
required
true
action
type
"string"
required
true
enum
"insert"
"remove"
description
"If the link is being inserted, then 'insert'. If the link is being removed, then 'remove'. If a link is changed, both an 'insert' and 'remove' should be logged."