Resolve "Proposer en plus du référent de parcours les agents traitants saisis dans toutes les cations d'accompagnement du parcours"

This commit is contained in:
2025-02-17 12:21:10 +00:00
committed by Julien Fastré
parent 096466e79e
commit 10eaebf610
4 changed files with 71 additions and 6 deletions

View File

@@ -1013,6 +1013,29 @@ paths:
200:
description: "OK"
/1.0/person/accompanying-course/{id}/works.json:
get:
tags:
- accompanying-course
summary: List of accompanying period works for an accompanying period
description: Gets a list of accompanying period works for an accompanying period
parameters:
- name: id
in: path
required: true
description: The accompanying period id
schema:
type: integer
format: integer
minimum: 1
responses:
401:
description: "Unauthorized"
404:
description: "Not found"
200:
description: "OK"
/1.0/person/accompanying-course/{id}/work.json:
post:
tags: