We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6409302 commit e04528dCopy full SHA for e04528d
app/schemas/vex/generate_vex_request.py
@@ -20,7 +20,7 @@ class DownloadTIXRequest(BaseModel):
20
class GenerateVEXTIXRequest(BaseModel):
21
owner: str = Field(min_lengt=1)
22
name: str = Field(min_length=1)
23
- Field(
+ user_id: str = Field(
24
...,
25
pattern=MONGO_OBJECT_ID_PATTERN
26
)
0 commit comments