Skip to content

Commit

Permalink
Merge pull request #49 from soixt/bugfix/create-collection-remove-unu…
Browse files Browse the repository at this point in the history
…sed-param

Fixes Stream API create collection endpoint unused parameter
  • Loading branch information
ToshY authored Feb 12, 2023
2 parents be867e1 + 73eb330 commit 8c5793a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enum/Stream/CollectionEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ final class CollectionEndpoint
/** @var array */
public const CREATE_COLLECTION = [
'method' => 'POST',
'path' => 'library/%d/collections/%s',
'path' => 'library/%d/collections',
'headers' => [
Header::ACCEPT_JSON,
Header::CONTENT_TYPE_JSON_ALL,
Expand Down

0 comments on commit 8c5793a

Please sign in to comment.