GitLab · Example Payload

Gitlab Api V4 Projects Api_Entities_Branch Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Api V4 Projects Api_Entities_Branch Example is an example object payload from GitLab, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namecommitmergedprotecteddevelopers_can_pushdevelopers_can_mergecan_pushdefaultweb_url

Example Payload

Raw ↑
{
  "name": "master",
  "commit": "example_value",
  "merged": true,
  "protected": true,
  "developers_can_push": true,
  "developers_can_merge": true,
  "can_push": true,
  "default": true,
  "web_url": "https://gitlab.example.com/Commit921/the-dude/-/tree/master"
}