fix the pattern in the api schema for object ids in changesets
This commit is contained in:
parent
478057e515
commit
f41fe3dcc0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ EditorID = Union[
|
|||
description="ID of an existing object that might have been modified in this changeset"
|
||||
)],
|
||||
Annotated[str, APIField(
|
||||
pattern="^c:[0-9]+$",
|
||||
pattern="^c[0-9]+$",
|
||||
title="created object",
|
||||
description="id of an object that was created in this changeset"
|
||||
)],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue