Add the available parameters on REST API endpoints (Project creation)

XMLWordPrintable

    • 5
    • 1

      API documentation is missing parameters, specifically talking about the POST endpoint to create projects: 
      https://developer.atlassian.com/server/bitbucket/rest/v819/api-group-project/#api-api-latest-projects-post

      Please add the "name" and "description" as an available parameter to create the project. Example:

      curl --request POST \
      --url 'http://bitbucketdc/rest/api/latest/projects' \
      --header 'Accept: application/json' \
      --header 'Content-Type: application/json' \
      --header 'Authorization: Basic <HASH>' \
      --data '{
        "key": "PRJ",
        "name": "Project Name",
        "description": "Project Description"
      }' 

       

            Assignee:
            Unassigned
            Reporter:
            Pablo Silva
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: