Skip to content

Commit f0c9120

Browse files
feat(api): api update
1 parent 519404b commit f0c9120

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 92
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-f7658bcdf4b85c3c7b283f0dc216e7eb425d4ff258674fa79f6caa0eeb340b5e.yml
3-
openapi_spec_hash: c80f2985521f9fc3cb931940915e6a99
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-9424b756f0a9438c5869b404da1779095190ea58a215179b29bef2b8cb65b106.yml
3+
openapi_spec_hash: 9adf51786e9a57c01a0c29710ff70f95
44
config_hash: a3056fe062e62c7ca4d3931ccf3f6d06

src/knockapi/types/users/guide_get_channel_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ class Entry(BaseModel):
9999

100100
channel_id: Optional[str] = None
101101

102+
dashboard_url: Optional[str] = None
103+
"""URL to this guide in the Knock dashboard"""
104+
102105
inserted_at: Optional[datetime] = None
103106

104107
key: Optional[str] = None

0 commit comments

Comments
 (0)