Holds priority endpoint RFC

From Koha Wiki
Jump to navigation Jump to search

This RFC proposes a way to set the priority of a hold. This is implemented on bug 23517

Actions and routes

The following table presents proposed implementation.

Description Action Proposed
Set the hold priority
 PUT
 /holds/{hold_id}/priority

Request body

The request body should only contain an integer value.

Discussion