Implementing OwnCloud API v1: Trigger a feed update #27

Closed
opened 7 years ago by dustinwilson · 0 comments
Owner

Trigger a feed update

  • Authentication: Requires admin user
  • Method: GET
  • Route: /feeds/update
  • Parameters:
{
  "userId": "john",
  "feedId": 3
}
  • Return codes:
  • HTTP 404: If the feed does not exist
  • Returns: Nothing
## Trigger a feed update * **Authentication**: Requires admin user * **Method**: GET * **Route**: /feeds/update * **Parameters**: ```js { "userId": "john", "feedId": 3 } ``` * **Return codes**: * **HTTP 404**: If the feed does not exist * **Returns**: Nothing
jking closed this issue 7 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

0000-12-31

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.