Skip to content

Commit

Permalink
Merge pull request #489 from Maxson-dev/patch-1
Browse files Browse the repository at this point in the history
updated the startapp param max length
  • Loading branch information
heyqbnk authored Oct 2, 2024
2 parents 7091b2e + f9083f3 commit ed5fc18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/platform/start-parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ data's [start_param](init-data.md#parameters-list) property.

## Restrictions

- Maximum length: **64 symbols**
- Maximum length: **512 symbols**
- Allowed symbols: **latin alphabet symbols, digits** and **underscore**. The valid regexp for the value
is `/[\w]{0,64}/`.
is `/[\w]{0,512}/`.

0 comments on commit ed5fc18

Please sign in to comment.