We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8211ce7 commit a8e71aaCopy full SHA for a8e71aa
spec/swagger.yaml
@@ -30,7 +30,7 @@ info:
30
* [SDKs](https://flat.io/developers/docs/api/sdks.html)
31
* [Rate Limits](https://flat.io/developers/docs/api/rate-limits.html)
32
* [Changelog](https://flat.io/developers/docs/api/changelog.html)
33
- version: 2.5.0
+ version: 2.5.1
34
termsOfService: https://flat.io/legal
35
contact:
36
name: Flat
@@ -2274,7 +2274,7 @@ definitions:
2274
username:
2275
description: Username of the new account
2276
type: string
2277
- pattern: ^[A-Za-z0-9-_.]+$
+ pattern: ^[A-Za-z0-9\-_.]+$
2278
email:
2279
description: Email of the new account
2280
0 commit comments