Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/LiveStreamsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion mux_python/api/live_streams_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down