Skip to content

Commit a8e71aa

Browse files
committed
fix(spec): missing escape in pattern
1 parent 8211ce7 commit a8e71aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spec/swagger.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ info:
3030
* [SDKs](https://flat.io/developers/docs/api/sdks.html)
3131
* [Rate Limits](https://flat.io/developers/docs/api/rate-limits.html)
3232
* [Changelog](https://flat.io/developers/docs/api/changelog.html)
33-
version: 2.5.0
33+
version: 2.5.1
3434
termsOfService: https://flat.io/legal
3535
contact:
3636
name: Flat
@@ -2274,7 +2274,7 @@ definitions:
22742274
username:
22752275
description: Username of the new account
22762276
type: string
2277-
pattern: ^[A-Za-z0-9-_.]+$
2277+
pattern: ^[A-Za-z0-9\-_.]+$
22782278
email:
22792279
description: Email of the new account
22802280
type: string

0 commit comments

Comments
 (0)