Update custom mapping
PATCH {{baseUrl}}/vault/custom-mappings/:unified_api/:service_id/:target_field_id
Update a custom mapping
Request Body
{"value"=>"$.root.training.first_aid"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-apideck-consumer-id | string | (Required) ID of the consumer which you want to get or push data from | |
x-apideck-app-id | string | (Required) The ID of your Unify application | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status_code":200,"status":"OK","data":{"type":"string","description":"Target Field Mapping example value from downstream","example":"Some value","readOnly":true,"nullable":true}}