Execute saved mapping with subroutes (PUT)
Same as the POST subroute form, but with method PUT. Transform is invoked only when there is at least one path segment after the mapping ID. PUT /Mapping/{mappingId} without subroutes is reserved for mapping updates.
Path parameters
The ID of the saved mapping
Documentation-only placeholder for the wildcard route remainder (required for PUT transforms). Use one or more additional path segments after {mappingId} when invoking manually.
Query parameters
When set to true (case-insensitive) or 1, returns the full evaluation report instead of the raw result.
Request body
Response
Mapping result (any JSON). When ?verbose is enabled, returns a VerboseReport.
Changes
Changed in 2 of the 8 revisions of this API.35
- ▲
removed the enum value
1from thequeryrequest parameterverboserequest-parameter-enum-value-removed
- ▲
removed the enum value
truefrom thequeryrequest parameterverboserequest-parameter-enum-value-removed
- ▲
- ▲
the
queryrequest parameterverbosewas restricted to a list of enum valuesrequest-parameter-became-enum
- ○
added the new enum value
1to thequeryrequest parameterverboserequest-parameter-enum-value-added
- ○
added the new enum value
trueto thequeryrequest parameterverboserequest-parameter-enum-value-added
- ○
response property
linelist-of-types was narrowed by removing typesstringfrom media typeapplication/jsonof response422response-property-list-of-types-narrowed
- ○
response property
positionlist-of-types was narrowed by removing typesstringfrom media typeapplication/jsonof response422response-property-list-of-types-narrowed
- ○
response property
startlist-of-types was narrowed by removing typesstringfrom media typeapplication/jsonof response422response-property-list-of-types-narrowed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲