Changes between Version 18 and Version 19 of Notifications


Ignore:
Timestamp:
Nov 3, 2009, 11:08:53 AM (14 years ago)
Author:
romw
Comment:

Add missing GUI RPC

Legend:

Unmodified
Added
Removed
Modified
  • Notifications

    v18 v19  
    173173 * This RPC requires authentication.
    174174
     175==== set_ feed_item_option() ====
     176Sets a given property for a specific feed item.
     177
     178Parameters:
     179|| Parameter || Type || Meaning ||
     180|| project_url || string || Specify which project should the feed metadata be returned for. ||
     181|| feed_url || string || Specify which feed should the feed items be returned for. ||
     182|| guid || string || Specify which feed item should be changed. ||
     183|| read || bool || Item has been read. ||
     184|| deleted || bool || Item has been deleted. ||
     185
     186'''Notes''':
     187 * This RPC requires authentication.
     188
    175189== BOINC Manager ==
    176190