From 400211ba89fee27c0a5c548b1a4232e4d275b22c Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 30 Jan 2025 17:49:30 +0100 Subject: [PATCH] chore(docs): update Form Service Backend documentation (#1885) * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation * chore(docs): update Form Service Backend documentation --- .../form-service-backend/10_overview.md | 12 ++++++++++++ docs/runtime_suite/form-service-backend/changelog.md | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/docs/runtime_suite/form-service-backend/10_overview.md b/docs/runtime_suite/form-service-backend/10_overview.md index 7e049f65a5..fe19d6878d 100644 --- a/docs/runtime_suite/form-service-backend/10_overview.md +++ b/docs/runtime_suite/form-service-backend/10_overview.md @@ -25,6 +25,18 @@ The backend service exposes the following APIs: - `GET /builder/schemas/{id}`: it returns one form by ID; - `PUT /builder/schemas/{id}`: it updates one form by ID. +:::note + +After the form expiration date users are not allowed to change the `formSchema` and `formSubmittedUrl`. All the changes to the `formSchema` will be ignored. + +::: + +:::info + +**v2.1.1**. Edit expired form is available only since version 2.1.1 and will affect the `PUT /builder/schemas/{id}` + +::: + ### Form Visualizer - `GET /visualizer/config`: it returns the configuration needed by the form visualizer; diff --git a/docs/runtime_suite/form-service-backend/changelog.md b/docs/runtime_suite/form-service-backend/changelog.md index d193132887..ae0909f06b 100644 --- a/docs/runtime_suite/form-service-backend/changelog.md +++ b/docs/runtime_suite/form-service-backend/changelog.md @@ -15,6 +15,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.1] 2025-01-21 + +- Form metadata can be edited after form is expired + ## [2.1.0] 2024-10-14 - Update Node.js to v20 (LTS)