diff --git a/docs/DevInternals.md b/docs/DevInternals.md index 8996422e7..c98260c15 100644 --- a/docs/DevInternals.md +++ b/docs/DevInternals.md @@ -2,7 +2,7 @@ ## Composants logiciels -- le code est écrit en Python 3.9 (passage à 3.10 prévu avec Debian 12). +- le code est écrit en Python 3.11. - le code doit être formatté par [black](https://pypi.org/project/black/) qui est normalement intégré à votre éditeur (VSCode et PyCharm sont deux choix judicieux). @@ -15,7 +15,7 @@ - [Redis](https://redis.io/) cache persistant - [NGINX](https://www.nginx.com/) serveur Web frontal - [gunicorn](https://gunicorn.org/) WSGI HTTP server - - et bien sûr Linux (Debian 11 en 2021-2022) et systemd. + - et bien sûr Linux (Debian 12 en 2023-2024) et systemd. ## Principaux objets diff --git a/docs/ScoDoc9API.md b/docs/ScoDoc9API.md index 06aaa3570..bbe94f83c 100644 --- a/docs/ScoDoc9API.md +++ b/docs/ScoDoc9API.md @@ -838,13 +838,13 @@ informatique de 2014 en formation initiale (FI). * **Permission: `ScoEtudChangeGroups`** * **Paramètres:** `partition_id` * **Data:** `{ group_name : }` -* **Routes:** `/partition//create` -* **Exemple d'utilisation:** `/ScoDoc/api/partition/1962/create` +* **Routes:** `/partition//group/create` +* **Exemple d'utilisation:** `/ScoDoc/api/partition/1962/group/create` >`{ "group_name" : "A" }` * **Résultat:** Crée un groupe dans une partition. -* **Exemple de résultat:** [partition-create.json](samples/sample_formsemestre-partition-create.json.md) +* **Exemple de résultat:** [group-create.json](samples/sample_partition-group-create.json.md) #### **`group-edit`**