v1

latestOpenAPI 3.0.32026-07-1710820.0 KB
Mapping

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.

put/Mapping/{mappingId}/{subroute}

Path parameters

mappingIdstring required

The ID of the saved mapping

subroutestring required

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

verbosestring

When set to true (case-insensitive) or 1, returns the full evaluation report instead of the raw result.

Request body

object required

Response

Mapping result (any JSON). When ?verbose is enabled, returns a VerboseReport.