Koha/api/v1/swagger/paths/biblios.yaml
Tomas Cohen Arazi d6c67eddd3 Bug 29620: Move the OpenAPI spec to YAML format
This patch moves all the REST API spec pieces into YAML.

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/*
=> SUCCESS: Tests pass
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests still pass!
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2021-12-07 12:33:35 -10:00

349 lines
9.4 KiB
YAML

---
"/biblios/{biblio_id}":
get:
x-mojo-to: Biblios#get
operationId: getBiblio
tags:
- biblios
summary: Get biblio
parameters:
- $ref: ../parameters.yaml#/biblio_id_pp
produces:
- application/json
- application/marcxml+xml
- application/marc-in-json
- application/marc
- text/plain
responses:
"200":
description: A biblio
"401":
description: Authentication required
schema:
$ref: ../definitions.yaml#/error
"403":
description: Access forbidden
schema:
$ref: ../definitions.yaml#/error
"404":
description: Biblio not found
schema:
$ref: ../definitions.yaml#/error
"406":
description: Not acceptable
schema:
type: array
description: Accepted content-types
items:
type: string
"500":
description: Internal server error
schema:
$ref: ../definitions.yaml#/error
"503":
description: Under maintenance
schema:
$ref: ../definitions.yaml#/error
x-koha-authorization:
permissions:
catalogue: "1"
delete:
x-mojo-to: Biblios#delete
operationId: deleteBiblio
tags:
- biblios
summary: Delete biblio
parameters:
- $ref: ../parameters.yaml#/biblio_id_pp
produces:
- application/json
responses:
"204":
description: Biblio deleted
schema:
type: string
"401":
description: Authentication required
schema:
$ref: ../definitions.yaml#/error
"403":
description: Access forbidden
schema:
$ref: ../definitions.yaml#/error
"404":
description: Biblio not found
schema:
$ref: ../definitions.yaml#/error
"409":
description: Unable to perform action on biblio
schema:
$ref: ../definitions.yaml#/error
"500":
description: Internal error
schema:
$ref: ../definitions.yaml#/error
"503":
description: Under maintenance
schema:
$ref: ../definitions.yaml#/error
x-koha-authorization:
permissions:
editcatalogue: edit_catalogue
"/biblios/{biblio_id}/checkouts":
get:
x-mojo-to: Biblios#get_checkouts
operationId: listBiblioCheckouts
tags:
- checkouts
summary: List checkouts for a biblio
parameters:
- $ref: ../parameters.yaml#/biblio_id_pp
- $ref: ../parameters.yaml#/page
- $ref: ../parameters.yaml#/per_page
- $ref: ../parameters.yaml#/match
- $ref: ../parameters.yaml#/order_by
- $ref: ../parameters.yaml#/q_param
- $ref: ../parameters.yaml#/q_body
- $ref: ../parameters.yaml#/q_header
- name: checked_in
in: query
description: By default, current checkouts are returned, when this is true then
checked in checkouts are returned as result.
type: boolean
produces:
- application/json
responses:
"200":
description: A list of checkouts
schema:
$ref: ../definitions.yaml#/checkouts
"403":
description: Access forbidden
schema:
$ref: ../definitions.yaml#/error
"404":
description: Biblio not found
schema:
$ref: ../definitions.yaml#/error
x-koha-authorization:
permissions:
circulate: circulate_remaining_permissions
x-koha-embed:
- issuer
- item
- patron
- library
"/biblios/{biblio_id}/items":
get:
x-mojo-to: Biblios#get_items
operationId: getBiblioItems
tags:
- biblios
summary: Get items for a biblio
parameters:
- $ref: ../parameters.yaml#/biblio_id_pp
- $ref: ../parameters.yaml#/match
- $ref: ../parameters.yaml#/order_by
- $ref: ../parameters.yaml#/page
- $ref: ../parameters.yaml#/per_page
- $ref: ../parameters.yaml#/q_param
- $ref: ../parameters.yaml#/q_body
- $ref: ../parameters.yaml#/q_header
consumes:
- application/json
produces:
- application/json
responses:
"200":
description: A list of the items attached to the record
schema:
type: array
items:
$ref: ../definitions.yaml#/item
"401":
description: Authentication required
schema:
$ref: ../definitions.yaml#/error
"403":
description: Access forbidden
schema:
$ref: ../definitions.yaml#/error
"404":
description: Biblio not found
schema:
$ref: ../definitions.yaml#/error
"406":
description: Not acceptable
schema:
type: array
description: Accepted content-types
items:
type: string
"500":
description: Internal server error
schema:
$ref: ../definitions.yaml#/error
"503":
description: Under maintenance
schema:
$ref: ../definitions.yaml#/error
x-koha-authorization:
permissions:
catalogue: "1"
"/biblios/{biblio_id}/pickup_locations":
get:
x-mojo-to: Biblios#pickup_locations
operationId: getBiblioPickupLocations
tags:
- biblios
summary: Get valid pickup locations for a biblio
parameters:
- $ref: ../parameters.yaml#/biblio_id_pp
- name: patron_id
in: query
description: Internal patron identifier
required: true
type: integer
- $ref: ../parameters.yaml#/match
- $ref: ../parameters.yaml#/order_by
- $ref: ../parameters.yaml#/page
- $ref: ../parameters.yaml#/per_page
- $ref: ../parameters.yaml#/q_param
- $ref: ../parameters.yaml#/q_body
- $ref: ../parameters.yaml#/q_header
consumes:
- application/json
produces:
- application/json
responses:
"200":
description: Biblio pickup locations
schema:
type: array
items:
$ref: ../definitions.yaml#/library
"400":
description: Missing or wrong parameters
schema:
$ref: ../definitions.yaml#/error
"401":
description: Authentication required
schema:
$ref: ../definitions.yaml#/error
"403":
description: Access forbidden
schema:
$ref: ../definitions.yaml#/error
"404":
description: Biblio not found
schema:
$ref: ../definitions.yaml#/error
"500":
description: Internal server error
schema:
$ref: ../definitions.yaml#/error
"503":
description: Under maintenance
schema:
$ref: ../definitions.yaml#/error
x-koha-authorization:
permissions:
reserveforothers: place_holds
"/public/biblios/{biblio_id}":
get:
x-mojo-to: Biblios#get_public
operationId: getBiblioPublic
tags:
- biblios
summary: Get biblio (public)
parameters:
- $ref: ../parameters.yaml#/biblio_id_pp
produces:
- application/marcxml+xml
- application/marc-in-json
- application/marc
- text/plain
responses:
"200":
description: A biblio
"401":
description: Authentication required
schema:
$ref: ../definitions.yaml#/error
"403":
description: Access forbidden
schema:
$ref: ../definitions.yaml#/error
"404":
description: Biblio not found
schema:
$ref: ../definitions.yaml#/error
"406":
description: Not acceptable
schema:
type: array
description: Accepted content-types
items:
type: string
"500":
description: Internal server error
schema:
$ref: ../definitions.yaml#/error
"503":
description: Under maintenance
schema:
$ref: ../definitions.yaml#/error
"/public/biblios/{biblio_id}/items":
get:
x-mojo-to: Biblios#get_items_public
operationId: getBiblioItemsPublic
tags:
- biblios
- items
parameters:
- $ref: ../parameters.yaml#/biblio_id_pp
- $ref: ../parameters.yaml#/match
- $ref: ../parameters.yaml#/order_by
- $ref: ../parameters.yaml#/page
- $ref: ../parameters.yaml#/per_page
- $ref: ../parameters.yaml#/q_param
- $ref: ../parameters.yaml#/q_body
- $ref: ../parameters.yaml#/q_header
consumes:
- application/json
produces:
- application/json
responses:
"200":
description: A list of the items attached to the record
schema:
type: array
items:
$ref: ../definitions.yaml#/item
"401":
description: Authentication required
schema:
$ref: ../definitions.yaml#/error
"403":
description: Access forbidden
schema:
$ref: ../definitions.yaml#/error
"404":
description: Biblio not found
schema:
$ref: ../definitions.yaml#/error
"406":
description: Not acceptable
schema:
type: array
description: Accepted content-types
items:
type: string
"500":
description: Internal server error
schema:
$ref: ../definitions.yaml#/error
"503":
description: Under maintenance
schema:
$ref: ../definitions.yaml#/error