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 dimensions
Create a pull request for custom dimensions
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
git-integration
/
pull-requests
/
custom-dimensions
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"
}Path Parameters
Body
application/json
Was this page helpful?