-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
5
-
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" }'
- was cloned as
-
BSERV-19508 Add the available parameters on REST API endpoints (Create/update a hook script)
- Gathering Interest