How to use "/rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/raw" call in REST API Browser

metallhead01 November 14, 2018

There are no params, only "Send" button. If I tried to send:

 

Снимок экрана от 2018-11-14 11-48-56.png

{
"errors": [
{
"context": null,
"message": "Project {projectKey} does not exist.",
"exceptionName": "com.atlassian.bitbucket.project.NoSuchProjectException"
}
]
}

Of cause, because I can't filled {projectKey} param. 

The Get request looks like that - https://server_address/rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/raw (404)

 

 

0 answers

Suggest an answer

Log in or Sign up to answer