Skip to main content

propertymappings_all_test_create

POST 

/api/v3//propertymappings/all/:pm_uuid/test/

Test Property Mapping

Request

Path Parameters

    pm_uuid uuidrequired

    A UUID string identifying this Property Mapping.

Query Parameters

    format_result boolean

Body

    user integernullable

    context

    object

    property name* any
    group uuidnullable

Responses

Schema

    result stringrequired
    successful booleanrequired
curl -L '/api/v3/propertymappings/all/:pm_uuid/test/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"user": 0,
"context": {},
"group": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired
— query
Body
{
  "user": 0,
  "context": {},
  "group": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}