Skip to main content

propertymappings_notification_partial_update

PATCH 

/api/v3//propertymappings/notification/:pm_uuid/

NotificationWebhookMapping Viewset

Request

Path Parameters

    pm_uuid uuidrequired

    A UUID string identifying this Webhook Mapping.

Body

    name string

    Possible values: non-empty

    expression string

    Possible values: non-empty

Responses

Schema

    pk uuidrequired
    name stringrequired
    expression stringrequired
curl -L -X PATCH '/api/v3/propertymappings/notification/:pm_uuid/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"name": "string",
"expression": "string"
}'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired
Body
{
  "name": "string",
  "expression": "string"
}