diff --git a/docs/LiveStreamsApi.md b/docs/LiveStreamsApi.md index b626615..02ba0f8 100644 --- a/docs/LiveStreamsApi.md +++ b/docs/LiveStreamsApi.md @@ -967,7 +967,7 @@ Name | Type | Description | Notes ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -**200** | OK | - | +**201** | OK | - | [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) diff --git a/mux_python/api/live_streams_api.py b/mux_python/api/live_streams_api.py index b197c40..cb92090 100644 --- a/mux_python/api/live_streams_api.py +++ b/mux_python/api/live_streams_api.py @@ -1830,7 +1830,7 @@ def reset_stream_key_with_http_info(self, live_stream_id, **kwargs): # noqa: E5 auth_settings = ['accessToken'] # noqa: E501 response_types_map = { - 200: "LiveStreamResponse", + 201: "LiveStreamResponse", } return self.api_client.call_api(