mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-08 00:50:39 -04:00
✏️ Fix validation parameter name in docs, from regex to pattern (#10085)
This commit is contained in:
committed by
GitHub
parent
7f1dedac2c
commit
c502197d7c
@@ -932,7 +932,7 @@ Validations specific for strings:
|
||||
|
||||
* `min_length`
|
||||
* `max_length`
|
||||
* `regex`
|
||||
* `pattern`
|
||||
|
||||
In these examples you saw how to declare validations for `str` values.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user