PUT /v1/calendar/feeds/{id}

Updates a feed with the given id. The user must be the owner of the feed. This accepts HTTP PUT request, with JSON object (feedResource) in the request body, and feed id in the path. All the feed attributes are optional, any absent/invalid attributes will be ignored. id and href are auto-generated and cannot be edited by the users. For example: { "name": "..", "calendarIds": "...", "..." }

URL:

http://{domain_name}/{rest_context_name}/private/v1/calendar/feeds/{id}

Parameters:

  • Required (path parameters):

Parameter Description
id The title of the feed.
  • Optional (query parameters): No

Request example:

 PUT: http://localhost:8080/rest/private/v1/calendar/feeds/feed123

Response:

 HTTP status code:
            200 if updated successfully, 404 if feed not found, 503 if any error during save process.

Copyright ©2015. All rights reserved. eXo Platform SAS
blog comments powered byDisqus