userId | type | "integer" |
---|
required | true |
---|
description | "The user's user ID." |
---|
|
---|
userAge | type | "integer" |
---|
required | true |
---|
description | "Number of seconds that have elapsed since the user registered." |
---|
|
---|
editCount | type | "integer" |
---|
required | true |
---|
description | "The editor's total edit count across all namespaces." |
---|
|
---|
pageId | type | "integer" |
---|
required | true |
---|
description | "ID of the page the user is attempting to edit." |
---|
|
---|
revId | type | "integer" |
---|
required | true |
---|
description | "Revision ID of the edit." |
---|
|
---|
isAPI | type | "boolean" |
---|
description | "True if edit was made via the API; false otherwise." |
---|
|
---|
isMobile | type | "boolean" |
---|
description | "True if the edit was made via the mobile site; false otherwise." |
---|
|
---|