Codebase list ruby-gitlab / 87adcfe spec / fixtures / resource_label_event.json
87adcfe

Tree @87adcfe (Download .tar.gz)

resource_label_event.json @87adcferaw · history · blame

{
  "id": 142,
  "user": {
    "id": 1,
    "name": "Administrator",
    "username": "root",
    "state": "active",
    "avatar_url": "https://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon",
    "web_url": "http://gitlab.example.com/root"
  },
  "created_at": "2018-08-20T13:38:20.077Z",
  "resource_type": "Issue",
  "resource_id": 253,
  "label": {
    "id": 73,
    "name": "a1",
    "color": "#34495E",
    "description": ""
  },
  "action": "add"
}