-
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
Version: 4.0.0
Requests URIs are being built with an underscore instead of a hyphen. For instance:
// Fetched using `dd(self::prepareUri($uri, $params));` at AbstractAPI.php:87
/2.0/workspaces/{workspace}/pipelines_config/variables
These result in an exception: Bitbucket\Exception\RuntimeException: Resource not found: There is no API hosted at this URL.
The URI should actually be:
/2.0/workspaces/{workspace}/pipelines-config/variables
Metadata
Metadata
Assignees
Labels
No labels