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 | |
---|
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." |
---|
|
---|
protocol | type | "string" |
---|
description | "The protocol of the URL -- if specified" |
---|
required | false |
---|
|
---|
domain | type | "string" |
---|
description | "The full domain name of the URL" |
---|
required | true |
---|
|
---|
path | type | "string" |
---|
description | "The path of the URL -- if specified" |
---|
required | true |
---|
|
---|
query | type | "string" |
---|
description | "The query string of the URL -- if specified" |
---|
required | false |
---|
|
---|
fragment | type | "string" |
---|
description | "The fragment of the URL -- if specified" |
---|
required | false |
---|
|
---|