Error
A valid request URL is required to generate request examples{
"results": {
"prUrl": "<string>",
"prTitle": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Git Integration
Create PR for custom metrics
Create a pull request for custom metrics
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
git-integration
/
pull-requests
/
custom-metrics
Error
A valid request URL is required to generate request examples{
"results": {
"prUrl": "<string>",
"prTitle": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?