[Koha-bugs] [Bug 14843] Notifications and messages via REST API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 27 18:12:18 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14843

Lari Taskula <lari.taskula at jns.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42719|0                           |1
        is obsolete|                            |

--- Comment #8 from Lari Taskula <lari.taskula at jns.fi> ---
Created attachment 62791
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=62791&action=edit
Bug 14843: REST API for message queue - /api/v1/notices

GET    /api/v1/notices
POST   /api/v1/notices
GET    /api/v1/notices/{message_id}
PUT    /api/v1/notices/{message_id}
PATCH  /api/v1/notices/{message_id}
DELETE /api/v1/notices/{message_id}
POST   /api/v1/notices/{message_id}/resend

New permissions:
- Module
  * messages
- Sub-permissions
  * get_message
  * create_message
  * update_message
  * delete_message
  * resend_message

To test:
1. prove t/db_dependent/api/v1/notices.t

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list