v1

latestOpenAPI 3.0.1Apache 2.02026-07-17111176225.7 KB
System

Disable the feed so that it does not sync on subsequent sync operations

put/system/feeds/{feed}

Path parameters

feedstring required

Query parameters

enabledboolean required

Response

FeedInfo

namestring

name of the feed

created_atstring date-time

Date the metadata record was created in engine (first seen on source)

updated_atstring date-time

Date the metadata was last updated

last_full_syncstring date-time

Example response

{
  "last_full_sync": "2000-01-23T04:56:07.000+00:00",
  "updated_at": "2000-01-23T04:56:07.000+00:00",
  "name": "name",
  "created_at": "2000-01-23T04:56:07.000+00:00",
  "groups": [
    {
      "record_count": 0,
      "last_sync": "2000-01-23T04:56:07.000+00:00",
      "name": "name",
      "created_at": "2000-01-23T04:56:07.000+00:00"
    },
    {
      "record_count": 0,
      "last_sync": "2000-01-23T04:56:07.000+00:00",
      "name": "name",
      "created_at": "2000-01-23T04:56:07.000+00:00"
    }
  ]
}