Added more documentation. Improved CRUD V3 endpoints and better responses.
This commit is contained in:
@@ -103,4 +103,5 @@ class Product_Base(BaseModel):
|
||||
class Config:
|
||||
underscore_attrs_are_private = True
|
||||
fields = base_fields
|
||||
allow_population_by_field_name = True
|
||||
# ### END ### API Product Models ### Product_Base() ###
|
||||
|
||||
Reference in New Issue
Block a user