Update docs to reflect changes multiple referrers
Build and Push MkDocs Docker Image / build-and-push (push) Successful in 4m17s
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-06-23 08:22:54 +00:00
parent 43f5bb896e
commit a2136d0a7d
+2 -1
View File
@@ -266,7 +266,8 @@ Les champs suivant sont disponibles:
* `isClosed` (bool): `true` si le parcours est fermé (la date de clotûre est renseignée); * `isClosed` (bool): `true` si le parcours est fermé (la date de clotûre est renseignée);
* `closingMotiveText` (texte): titre du motif de clotûre; * `closingMotiveText` (texte): titre du motif de clotûre;
* `closingMotive` ([ClosingMotive](#sec:entity-closingmotive)): motif de clotûre * `closingMotive` ([ClosingMotive](#sec:entity-closingmotive)): motif de clotûre
* `ref` ([User](#sec:entity-user)): référent du parcours; * **deprecated** `ref` ([User](#sec:entity-user)): référent du parcours;
* `refs` ([Users](#sec:entity-user)): référents du parcours;
* `hasRef` (bool): `true` si un référent est désigné; * `hasRef` (bool): `true` si un référent est désigné;
* `hasLocation` (bool): `true` si un parcours a une localisation; * `hasLocation` (bool): `true` si un parcours a une localisation;
* `hasLocationPerson` (bool): `true` si un parcours a une localisation auprès d'un personne. `false` si c'est une localisation temporaire; * `hasLocationPerson` (bool): `true` si un parcours a une localisation auprès d'un personne. `false` si c'est une localisation temporaire;