Skip to main content

propertymappings_notification_create

POST 

/api/v3//propertymappings/notification/

NotificationWebhookMapping Viewset

Request

Body

required

    name stringrequired

    Possible values: non-empty

    expression stringrequired

    Possible values: non-empty

Responses

Schema

    pk uuidrequired
    name stringrequired
    expression stringrequired
curl -L '/api/v3/propertymappings/notification/' \
-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
Body required
{
  "name": "string",
  "expression": "string"
}