You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start_time ='2013-10-20T19:20:30+01:00'# datetime | Start date and time of changes to read. Format: ISO 8601 timestamp (e.g., 2022-01-01T00:00:00Z) If a continuation_token is provided along side start_time, the continuation_token will take precedence over start_time. (optional)
print("Exception when calling OpenFgaApi->read_changes: %s\n"% e)
@@ -1084,6 +1085,7 @@ Name | Type | Description | Notes
1084
1085
**type** | **str**| | [optional]
1085
1086
**page_size** | **int**| | [optional]
1086
1087
**continuation_token** | **str**| | [optional]
1088
+
**start_time** | **datetime**| Start date and time of changes to read. Format: ISO 8601 timestamp (e.g., 2022-01-01T00:00:00Z) If a continuation_token is provided along side start_time, the continuation_token will take precedence over start_time. | [optional]
:param start_time: Start date and time of changes to read. Format: ISO 8601 timestamp (e.g., 2022-01-01T00:00:00Z) If a continuation_token is provided along side start_time, the continuation_token will take precedence over start_time.(optional)
2055
+
:type start_time: datetime, optional
2054
2056
:param async_req: Whether to execute the request asynchronously.
2055
2057
:type async_req: bool, optional
2056
2058
:param _preload_content: if False, the urllib3.HTTPResponse object will
:param start_time: Start date and time of changes to read. Format: ISO 8601 timestamp (e.g., 2022-01-01T00:00:00Z) If a continuation_token is provided along side start_time, the continuation_token will take precedence over start_time.(optional)
2088
+
:type start_time: datetime, optional
2085
2089
:param async_req: Whether to execute the request asynchronously.
2086
2090
:type async_req: bool, optional
2087
2091
:param _return_http_data_only: response data without head status code
:param start_time: Start date and time of changes to read. Format: ISO 8601 timestamp (e.g., 2022-01-01T00:00:00Z) If a continuation_token is provided along side start_time, the continuation_token will take precedence over start_time.(optional)
2051
+
:type start_time: datetime, optional
2050
2052
:param async_req: Whether to execute the request asynchronously.
2051
2053
:type async_req: bool, optional
2052
2054
:param _preload_content: if False, the urllib3.HTTPResponse object will
:param start_time: Start date and time of changes to read. Format: ISO 8601 timestamp (e.g., 2022-01-01T00:00:00Z) If a continuation_token is provided along side start_time, the continuation_token will take precedence over start_time.(optional)
2084
+
:type start_time: datetime, optional
2081
2085
:param async_req: Whether to execute the request asynchronously.
2082
2086
:type async_req: bool, optional
2083
2087
:param _return_http_data_only: response data without head status code
0 commit comments