Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
git-integration
/
pull-requests
/
custom-dimensions
cURL
curl --request POST \
  --url http://api/v1/projects/{projectUuid}/git-integration/pull-requests/custom-dimensions \
  --header 'Content-Type: application/json' \
  --data '
{
  "quoteChar": "\"",
  "customDimensions": [
    {
      "id": "<string>",
      "name": "<string>",
      "table": "<string>",
      "type": "bin",
      "dimensionId": "<string>",
      "binType": "fixed_number",
      "binNumber": 123,
      "binWidth": 123,
      "customRange": [
        {
          "to": 123,
          "from": 123
        }
      ]
    }
  ]
}
'
{
  "results": {
    "prUrl": "<string>",
    "prTitle": "<string>"
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Body

application/json
customDimensions
object[]
required
  • Option 1
  • Option 2
quoteChar
enum<string>
Available options:
",
'

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok