Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-14015

Pipelines endpoint in API 2 is case sensitive

    XMLWordPrintable

Details

    Description

      Summary

      Pipelines endpoint in API 2 is case sensitive

      Steps to Reproduce

      For a repository, 'myrepo', that belongs to a team with the username 'myTeam', run the following:

      #!python
      
      curl --request GET --user username:password https://api.bitbucket.org/2.0/repositories/myteam/myrepo/pipelines
      

      Expected Results

      The query returns the pipelines for this repo.

      Actual Results

      The response is:

      #!python
      
      {"type": "error", "error": {"message": "Resource not found", "detail": "There is no API hosted at this URL.\n\nFor information about our API's, please refer to the documentation at: https://developer.atlassian.com/bitbucket/api/2/reference/"}}
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            tboudale Theodora Boudale
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: