Skip to content

Commit

Permalink
Merge pull request #645 from slavafomin/patch-2
Browse files Browse the repository at this point in the history
Update start-parameter.md
  • Loading branch information
heyqbnk authored Feb 1, 2025
2 parents fe09873 + 823288c commit 059c8af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/docs/platform/start-parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ data's [start_param](init-data.md#parameters-list) property.

## Restrictions

- Maximum length: **512 characters**
- Allowed characters: **latin alphabet characters, digits** and the **underscore**. The valid RegExp for the start param value
is: `/^\w{0,512}$/`.
- Only the following characters are allowed: `A-Z`, `a-z`, `0-9`, `_` (underscore) and the `-` (minus). We recommend using [base64url](https://base64.guru/standards/base64url) to encode parameters with binary and other types of content. The parameter can be up to `512` characters long.
- You can validate start parameter with the following RegExp: `/^[\w-]{0,512}$/`

0 comments on commit 059c8af

Please sign in to comment.