From adc7e19f3c6d4a29ae7cc3e61e2158558a17c864 Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Fri, 22 Oct 2021 11:21:50 -0400 Subject: [PATCH] The reset-stream-key endpoint now returns a 201 Signed-off-by: Jared Smith --- docs/LiveStreamsApi.md | 2 +- mux_python/api/live_streams_api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(