Skip to content

Commit

Permalink
http: migrate urlize
Browse files Browse the repository at this point in the history
CMK-21248

Change-Id: I9bdb77dfb5d437f416676e53a57974e33f3813b1
  • Loading branch information
SoloJacobs committed Jan 31, 2025
1 parent b28ef2f commit a223fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmk/update_config/http/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class V1Url(BaseModel, extra="forbid"):
no_body: Literal[True, None] = None
page_size: V1PageSize | None = None
max_age: int | None = None
urlize: Literal[True, None] = None


class V1Value(BaseModel, extra="forbid"):
Expand Down

0 comments on commit a223fe4

Please sign in to comment.