Handler Update

Updates the Handler specified by the {definitionId} parameter with the property values sent in the request body.

The properties property should be a JSON object (map) of handler property names to values.

Example

```javascript
{
  "properties": {
    "propertyName1": "updatedPropertyValue1",
    "propertyName2": "updatedPropertyValue2"
  }
}
```

NOTE All properties in the request body are optional, and only the properties supplied will be updated.

Path Params
string
required

The definitionId of the handler

Query Params
include
array of strings
include
Body Params

The content for the handler properties to update

Only the properties supplied will be updated.

string
string
string
string
string
string
string
categories
array of strings
categories
properties
object
Response

Language
Credentials
Basic
base64
:
URL
Response
Choose an example:
application/json