From 772a158da8f6edafdd1ec48e8aadfff72ac17c7c Mon Sep 17 00:00:00 2001 From: Maikel Arabori Date: Mon, 15 Dec 2025 13:40:49 -0300 Subject: [PATCH] feat: Add new endpoint info --- src/developer/web-api/settings-and-configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/developer/web-api/settings-and-configuration.md b/src/developer/web-api/settings-and-configuration.md index 53521d211..0952883d7 100644 --- a/src/developer/web-api/settings-and-configuration.md +++ b/src/developer/web-api/settings-and-configuration.md @@ -325,6 +325,8 @@ resources: GET POST /api/configuration/infrastructuralPeriodType + GET POST /api/configuration/dataOutputPeriodTypes + GET POST DELETE /api/configuration/selfRegistrationRole GET POST DELETE /api/configuration/selfRegistrationOrgUnit @@ -358,6 +360,7 @@ Table: Configuration values | infrastructuralDataElements | Data element group ID | | infrastructuralIndicators | Indicator group ID | | infrastructuralPeriodType | Period type name (e.g. "Monthly") | +| dataOutputPeriodTypes | JSON list of period type name (e.g. "Monthly", "Quarterly", "Yearly", etc.) | | selfRegistrationRole | User role ID | | selfRegistrationOrgUnit | Organisation unit ID | | smtpPassword | SMTP email server password |