Skip to content

Commit c73a01d

Browse files
authored
Merge pull request #109 from Sopamo/fix/fix-update-video-library-endpoint-headers
Fix headers for UpdateVideoLibrary endpoint
2 parents de21759 + da41478 commit c73a01d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Model/API/Base/StreamVideoLibrary/UpdateVideoLibrary.php

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function getHeaders(): array
2727
{
2828
return [
2929
Header::ACCEPT_JSON,
30+
Header::CONTENT_TYPE_JSON,
3031
];
3132
}
3233

0 commit comments

Comments
 (0)