action | type | "string" |
---|
description | "The 'action' parameter from the request if set. (e.g. 'query', 'edit', etc.)" |
---|
|
---|
globalId | type | "integer" |
---|
description | "Global (centralauth) ID of the user performing the request (zero for logged-out users). Note that in the case of OAuth requests, this global_id should correspond to the user who authorized the request -- not the consumer." |
---|
required | true |
---|
|
---|
consumerId | type | "integer" |
---|
description | "The ID of the consumer who is making the request. (zero for non-OAuth requests)." |
---|
required | true |
---|
|
---|
protocol | type | "string" |
---|
enum | |
---|
description | "The protocol used to submit the request to the API" |
---|
required | true |
---|
|
---|
method | type | "string" |
---|
description | "The HTTP method of the request." |
---|
required | true |
---|
|
---|
origin | type | "string" |
---|
enum | "production" |
"labs" |
"other-internal" |
"other-external" |
|
---|
description | "The origin of the request by IP block." |
---|
required | true |
---|
|
---|