View | Details | Raw Unified | Return to bug 27947
Collapse All | Expand All

(-)a/api/v1/swagger/paths/article_requests.yaml (-4 lines)
Lines 51-59 Link Here
51
        description: Under maintenance
51
        description: Under maintenance
52
        schema:
52
        schema:
53
          $ref: ../definitions.json#/error
53
          $ref: ../definitions.json#/error
54
    x-koha-authorization:
55
      permissions:
56
        reserveforothers: "1"
57
"/public/patrons/{patron_id}/article_requests/{article_request_id}":
54
"/public/patrons/{patron_id}/article_requests/{article_request_id}":
58
  delete:
55
  delete:
59
    x-mojo-to: ArticleRequests#patron_cancel
56
    x-mojo-to: ArticleRequests#patron_cancel
60
- 

Return to bug 27947