Skip to content

Commit

Permalink
Remove /feeds endpoint (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni committed May 7, 2024
1 parent 0a20b89 commit 459e73c
Showing 1 changed file with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,36 +150,6 @@ GET /api/v1/reports/page?feedID=<FeedID>&startTimestamp=<StartTimestamp>&limit=<
}
```

### Return all feeds you have permission to access

##### Endpoint

**`/api/v1/feeds`**

| Type | Description | Parameter(s) |
| -------- | --------------------------------------------------------- | ------------ |
| HTTP GET | Return a list of all feeds you have permission to access. | None |

##### Sample request

```http
GET /api/v1/feeds
```

##### Sample response

```json
{
"feeds": [
{ "feedID": "hex encoded feedID1" },
{ "feedID": "hex encoded feedID2" },
{ "feedID": "hex encoded feedID3" },
// ...
{ "feedID": "hex encoded feedIDn" }
]
}
```

## Error response codes

| Status Code | Description |
Expand Down

0 comments on commit 459e73c

Please sign in to comment.