Merge pull request #2102 from opf/feature/specify_optional_mail_notification

[API] Specify optional mail notification
pull/2128/head
ulferts 10 years ago
commit 00a6492cfc
  1. 6
      doc/apiv3-documentation.apib

@ -1023,7 +1023,7 @@ The request body is the actual string that shall be rendered as HTML string.
| createdAt | | Timestamp | Returned in ISO 8601 format - YYYY-MM-DDTHH:MM:SSZ | | READ |
| updatedAt | | Timestamp | Returned in ISO 8601 format - YYYY-MM-DDTHH:MM:SSZ | | READ |
## WorkPackage [/work_packages/{id}]
## WorkPackage [/work_packages/{id}{?notify}]
+ Model
+ Body
@ -1387,6 +1387,10 @@ The value of `lockVersion` is used to implement [optimistic locking](http://en.w
+ Parameters
+ id (required, integer, `1`) ... Work package id
+ notify = `true` (optional, boolean, `false`) ... Indicates whether change notifications (e.g. via E-Mail) should be sent.
Note that this controls notifications for all users interested in changes to the work package (e.g. watchers, author and assignee),
not just the current user.
+ Request (application/json)

Loading…
Cancel
Save