Skip to content

Commit

Permalink
🎨 remove look_back references
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Oct 10, 2024
1 parent 9455773 commit 50e85e3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion app/routes/sse.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ async def get_sse_subscribe_event_with_field_and_state(
field: The field to which the wallet is subscribing.
field_id: The ID of the field subscribing to the events.
desired_state: The desired state to be reached.
look_back: Specifies the look back window in seconds, to include events before connection established.
"""
logger.bind(
body={
Expand Down
2 changes: 1 addition & 1 deletion openapi/tenant-admin-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"get": {
"tags": ["sse"],
"summary": "Subscribe To A Wallet Event By Topic, Field, And Desired State",
"description": "Wait for a desired state to be reached for some event for this wallet and topic,\nfiltering for payloads that contain `field:field_id`.\n\nParameters:\n-----------\n wallet_id: The ID of the wallet subscribing to the events.\n topic: The topic to which the wallet is subscribing.\n field: The field to which the wallet is subscribing.\n field_id: The ID of the field subscribing to the events.\n desired_state: The desired state to be reached.\n look_back: Specifies the look back window in seconds, to include events before connection established.",
"description": "Wait for a desired state to be reached for some event for this wallet and topic,\nfiltering for payloads that contain `field:field_id`.\n\nParameters:\n-----------\n wallet_id: The ID of the wallet subscribing to the events.\n topic: The topic to which the wallet is subscribing.\n field: The field to which the wallet is subscribing.\n field_id: The ID of the field subscribing to the events.\n desired_state: The desired state to be reached.",
"operationId": "Subscribe_to_a_Wallet_Event_by_Topic__Field__and_Desired_State_v1_sse__wallet_id___topic___field___field_id___desired_state__get",
"security": [{ "APIKeyHeader": [] }],
"parameters": [
Expand Down
3 changes: 1 addition & 2 deletions openapi/tenant-admin-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ paths:
\ to the events.\n topic: The topic to which the wallet is subscribing.\n\
\ field: The field to which the wallet is subscribing.\n field_id: The\
\ ID of the field subscribing to the events.\n desired_state: The desired\
\ state to be reached.\n look_back: Specifies the look back window in seconds,\
\ to include events before connection established."
\ state to be reached."
operationId: Subscribe_to_a_Wallet_Event_by_Topic__Field__and_Desired_State_v1_sse__wallet_id___topic___field___field_id___desired_state__get
security:
- APIKeyHeader: []
Expand Down
2 changes: 1 addition & 1 deletion openapi/tenant-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@
"get": {
"tags": ["sse"],
"summary": "Subscribe To A Wallet Event By Topic, Field, And Desired State",
"description": "Wait for a desired state to be reached for some event for this wallet and topic,\nfiltering for payloads that contain `field:field_id`.\n\nParameters:\n-----------\n wallet_id: The ID of the wallet subscribing to the events.\n topic: The topic to which the wallet is subscribing.\n field: The field to which the wallet is subscribing.\n field_id: The ID of the field subscribing to the events.\n desired_state: The desired state to be reached.\n look_back: Specifies the look back window in seconds, to include events before connection established.",
"description": "Wait for a desired state to be reached for some event for this wallet and topic,\nfiltering for payloads that contain `field:field_id`.\n\nParameters:\n-----------\n wallet_id: The ID of the wallet subscribing to the events.\n topic: The topic to which the wallet is subscribing.\n field: The field to which the wallet is subscribing.\n field_id: The ID of the field subscribing to the events.\n desired_state: The desired state to be reached.",
"operationId": "Subscribe_to_a_Wallet_Event_by_Topic__Field__and_Desired_State_v1_sse__wallet_id___topic___field___field_id___desired_state__get",
"security": [{ "APIKeyHeader": [] }],
"parameters": [
Expand Down
3 changes: 1 addition & 2 deletions openapi/tenant-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2472,8 +2472,7 @@ paths:
\ to the events.\n topic: The topic to which the wallet is subscribing.\n\
\ field: The field to which the wallet is subscribing.\n field_id: The\
\ ID of the field subscribing to the events.\n desired_state: The desired\
\ state to be reached.\n look_back: Specifies the look back window in seconds,\
\ to include events before connection established."
\ state to be reached."
operationId: Subscribe_to_a_Wallet_Event_by_Topic__Field__and_Desired_State_v1_sse__wallet_id___topic___field___field_id___desired_state__get
security:
- APIKeyHeader: []
Expand Down

0 comments on commit 50e85e3

Please sign in to comment.