Skip to content

Commit 1970847

Browse files
authored
Merge pull request #41 from muxinc/jsmith/fix-video-reset-stream-key
The reset-stream-key endpoint now returns a 201
2 parents c8af6f7 + adc7e19 commit 1970847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/LiveStreamsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ Name | Type | Description | Notes
967967
### HTTP response details
968968
| Status code | Description | Response headers |
969969
|-------------|-------------|------------------|
970-
**200** | OK | - |
970+
**201** | OK | - |
971971

972972
[[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)
973973

mux_python/api/live_streams_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,7 @@ def reset_stream_key_with_http_info(self, live_stream_id, **kwargs): # noqa: E5
18301830
auth_settings = ['accessToken'] # noqa: E501
18311831

18321832
response_types_map = {
1833-
200: "LiveStreamResponse",
1833+
201: "LiveStreamResponse",
18341834
}
18351835

18361836
return self.api_client.call_api(

0 commit comments

Comments
 (0)