UpdateCacheKey needs no pattern validation
This commit is contained in:
parent
d9d05a306f
commit
0a8e848c67
1 changed files with 1 additions and 1 deletions
|
@ -82,5 +82,5 @@ EditorGeometriesElemSchema = Union[
|
|||
|
||||
UpdateCacheKey = Annotated[
|
||||
Optional[NonEmptyStr],
|
||||
APIField(default=None, pattern="^c:[0-9]+$", title="the cache key under which you have cached objects"),
|
||||
APIField(default=None, title="the cache key under which you have cached objects"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue