Skip to content

Commit

Permalink
Added sys_id to publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed May 28, 2024
1 parent f35b169 commit 34c72f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servicenow_api/servicenow_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ class CICDModel(BaseModel):
The class includes field_validator functions for specific attribute validations.
"""

sys_id: Optional[str] = None
model_config = ConfigDict(validate_assignment=True)
result_id: Optional[str] = None
progress_id: Optional[str] = None
Expand Down

0 comments on commit 34c72f5

Please sign in to comment.