propertymappings_all_test_create
POST/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
- application/json
Body
user integernullable
context
object
group uuidnullable
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
result stringrequired
successful booleanrequired
{
"result": "string",
"successful": true
}
Invalid parameters
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...