~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/stories/webservice/xx-bug.txt

Merge db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
902
902
 
903
903
They can also update the subscription's bug_notification_level directly.
904
904
 
905
 
    >>> patch = {u'bug_notification_level': u'Nothing'}
 
905
    >>> patch = {u'bug_notification_level': u'Lifecycle'}
906
906
    >>> pprint_entry(
907
907
    ...     webservice.patch(
908
908
    ...         new_subscription['self_link'], 'application/json',
909
909
    ...         dumps(patch), api_version="devel").jsonBody())
910
910
    bug_link: u'.../bugs/1'
911
 
    bug_notification_level: u'Nothing'...
 
911
    bug_notification_level: u'Lifecycle'...
912
912
 
913
913
If one person tries to unsubscribe another individual, the web
914
914
service will return an unauthorized error.