Invoke Mapping

Maps the provided JSON to a different shape according to the specified mapping definition.

POST/mappings/{id}/map

This functionality is available in a Stedi module. Contact us for details.

Authorizationstringrequiredheader

API key authentication via the 'Authorization' header

Path Parameters

idstring
  • Pattern: ^([A-Z0-9]+)$
  • Required string length: 26

Query Parameters

Validation mode, when not provided - no validation of input and output is applied, for the 'strict' option JSON Schema validation is applied to the input JSON and the output JSON using source and target JSON Schema.

Possible values
strict

Body

application/json

Response

application/json

MapDocument 200 response