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

KeyDatatypeRequiredDescription
x-apideck-consumer-idstring(Required) ID of the consumer which you want to get or push data from
x-apideck-app-idstring(Required) The ID of your Unify application
Content-Typestring
Acceptstring

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}}