Skip to content

Update web journey remote file mappings

Request

PUT /v3/web-journeys/{webJourneyId}/remotefilemappings

Bind remote file mappings to a web journey

Security
API_Key
Path
webJourneyIdinteger, (int64)required

Unique identification number for web journey item

Example:107239
Bodyapplication/jsonrequired

Set of remote file mapping IDs to bind

Array of integers, (int64)
PUT
/v3/web-journeys/{webJourneyId}/remotefilemappings
curl -i -X PUT \
  https://api.observepoint.com/v3/web-journeys/107239/remotefilemappings \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '[
    201,
    202,
    203
  ]'

Responses

Remote file mappings updated successfully

Bodyapplication/json
Array of integers, (int64)
Response
[ 201, 202, 203 ]