Skip to content

Pipeline Config URI should use a Hypen #66

@Humni

Description

@Humni

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions