Corrected usage that caused "UserWarning: Valid config keys have changed in V2"
This commit is contained in:
parent
3e8964070b
commit
4d2f13e6e3
1 changed files with 1 additions and 1 deletions
|
|
@ -838,7 +838,7 @@ class MouvementStockLigneRequest(BaseModel):
|
||||||
)
|
)
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
schema_extra = {
|
json_schema_extra = {
|
||||||
"example": {
|
"example": {
|
||||||
"article_ref": "ARTS-001",
|
"article_ref": "ARTS-001",
|
||||||
"quantite": 50.0,
|
"quantite": 50.0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue