Skip to content

Commit df20d51

Browse files
feat(api): api update
1 parent b9007c9 commit df20d51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 89
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-de67f68640a0cbc35fd85134ee7d220975b45873653129e857c2b09bd5a03a4b.yml
3-
openapi_spec_hash: b53d828f85ef1e06c0af004a25a6576c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-8d6bb1a0b221b8b9fb9aae94419c46e2e1ca4732281924f24c6539c006d12cb8.yml
3+
openapi_spec_hash: 5dd6c9f3cac4f8cc602c0d1543ec4de4
44
config_hash: 5c872aa99cad9b9602e84668f5b38a8a

src/knockapi/types/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Source(BaseModel):
2525
"""The ID of the version of the workflow that triggered the message."""
2626

2727
step_ref: Optional[str] = None
28-
"""The step reference for the step in the workflow that generated the message"""
28+
"""The step reference for the step in the workflow that generated the message."""
2929

3030

3131
class Message(BaseModel):

0 commit comments

Comments
 (0)