Skip to content

Commit

Permalink
CMDB forbid
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed May 22, 2024
1 parent a3fd472 commit 3631c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicenow_api/servicenow_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ def is_successful(self):


class CMDB(BaseModel):
model_config = ConfigDict(extra="allow")
model_config = ConfigDict(extra="forbid")
__hash__ = object.__hash__
base_type: str = Field(default="CMDB")
icon_url: Optional[str] = Field(default=None, description="Class icon URL.")
Expand Down

0 comments on commit 3631c37

Please sign in to comment.