Implementing OwnCloud API v1: Move a feed to a different folder #11

Closed
opened 7 years ago by dustinwilson · 0 comments
Owner

Move a feed to a different folder

  • Method: PUT
  • Route: /feeds/{feedId}/move
  • Parameters:
{
  "folderId": 0 //  id of the parent folder, 0 for root
}
  • Return codes:
  • HTTP 404: If the feed does not exist
  • Returns: nothing
## Move a feed to a different folder * **Method**: PUT * **Route**: /feeds/{feedId}/move * **Parameters**: ```js { "folderId": 0 // id of the parent folder, 0 for root } ``` * **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.