Creates or updates a consumption processor.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
PUT /consumeprocessors/{processorName} HTTP/1.1
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| processorName | string | Yes | The identifier of the consumption processor. | consume-processor-1 |
| body | object | No | The request body. | |
| displayName | string | Yes | The display name. | filter-get-request |
| description | string | No | The description. | |
| configuration | ConsumeProcessorConfiguration | Yes | Consumption processor configuration. |
Response parameters
Examples
Sample success responses
JSONformat
{}Error codes
For a list of error codes, visit the Service error codes.
