Skip to main content
PATCH
Update Feed Configuration
PATCH /v1/ims/feeds/{feed_id}
AutoSnap-internal only. This endpoint is restricted to AutoSnap admin clients. Customers must email AutoSnap support to change a feed config; non-admin API keys receive 403 ADMIN_REQUIRED.
Update an existing IMS feed configuration. Only the fields you include in the request body are modified.

Parameters

Request Body

All fields are optional. Only include the fields you want to change.

Example

Disable a feed

Change staleness threshold

Response

Errors

Path Parameters

feed_id
integer
required

Query Parameters

api_key
string
required

Body

application/json
ftp_path
string | null
file_name
string | null
dealer_identifier
string | null
staleness_threshold_hours
integer | null
active
boolean | null

Response

Successful Response