// Feeds

Update a feed

Update an external feed's connection details.

PUT/api/feed

Description

Updates a feed. The built-in Jaws feed is not editable.

Parameters

NameInTypeRequiredDescription
feedId body string yes ID of the feed.
name body string no New name.
type body string no New feed type.
location body string no New URL.
username body string no New username.
password body string no New password / API key.

Errors

StatusMeaning
400 Invalid feedId, attempt to switch a feed to type Jaws, or validation failure.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.