You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openAPIServeurEPA/paths/note/notesIdAuteur.yaml

27 lines
734 B

4 years ago
get:
tags:
- notes
operationId: getNotesAuteur
description: Récupérer les notes d’un auteur.
4 years ago
parameters:
- $ref: ../../parameters/path/idAuteur.yaml
4 years ago
- $ref: ../../parameters/query/asc.yaml
- $ref: ../../parameters/query/numPage.yaml
- $ref: ../../parameters/query/parPage.yaml
- $ref: ../../parameters/query/texte.yaml
- $ref: ../../parameters/query/tri.yaml
4 years ago
responses:
'200':
4 years ago
$ref: ../../responses/note/getListeNotes.yaml
'401':
$ref: ../../responses/erreur/unauthorized.yaml
4 years ago
'403':
$ref: ../../responses/erreur/forbidden.yaml
'404':
$ref: ../../responses/erreur/notFound.yaml
'500':
$ref: ../../responses/erreur/internalServerError.yaml