Skip to content

Commit

Permalink
chore(docs): update Form Service Backend documentation (#1885)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bot-targa authored Jan 30, 2025
1 parent 564c9dc commit 400211b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/runtime_suite/form-service-backend/10_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 4 additions & 0 deletions docs/runtime_suite/form-service-backend/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 400211b

Please sign in to comment.