{
 "openapi": "3.0.2",
 "info": {
  "title": "adapter-gitlab",
  "version": "1.0.0"
 },
 "paths": {
  "/application/settings": {
   "get": {
    "operationId": "getV4ApplicationSettings",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   },
   "put": {
    "operationId": "putV4ApplicationSettings",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/deploy_keys": {
   "get": {
    "operationId": "getV4DeployKeys",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/groups": {
   "get": {
    "operationId": "getV4Groups",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "statistics",
      "in": "query",
      "required": false,
      "schema": {
       "title": "statistics",
       "type": "boolean"
      }
     },
     {
      "name": "allAvailable",
      "in": "query",
      "required": false,
      "schema": {
       "title": "allAvailable",
       "type": "boolean"
      }
     },
     {
      "name": "search",
      "in": "query",
      "required": false,
      "schema": {
       "title": "search",
       "type": "string"
      }
     },
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "skipGroups",
      "in": "query",
      "required": false,
      "schema": {
       "title": "skipGroups",
       "type": "array"
      }
     },
     {
      "name": "withCustomAttributes",
      "in": "query",
      "required": false,
      "schema": {
       "title": "withCustomAttributes",
       "type": "boolean"
      }
     },
     {
      "name": "owned",
      "in": "query",
      "required": false,
      "schema": {
       "title": "owned",
       "type": "boolean"
      }
     },
     {
      "name": "minAccessLevel",
      "in": "query",
      "required": false,
      "schema": {
       "title": "minAccessLevel",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4Groups",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}": {
   "get": {
    "operationId": "getV4GroupsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4GroupsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4GroupsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/groups/{id}/access_requests": {
   "get": {
    "operationId": "getV4GroupsIdAccessRequests",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4GroupsIdAccessRequests",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/access_requests/{userId}": {
   "delete": {
    "operationId": "deleteV4GroupsIdAccessRequestsUserId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "userId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "userId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/groups/{id}/access_requests/{userId}/approve": {
   "put": {
    "operationId": "putV4GroupsIdAccessRequestsUserIdApprove",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "userId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "userId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/issues": {
   "get": {
    "operationId": "getV4GroupsIdIssues",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "state",
      "in": "query",
      "required": false,
      "schema": {
       "title": "state",
       "type": "string"
      }
     },
     {
      "name": "labels",
      "in": "query",
      "required": false,
      "schema": {
       "title": "labels",
       "type": "string"
      }
     },
     {
      "name": "milestone",
      "in": "query",
      "required": false,
      "schema": {
       "title": "milestone",
       "type": "string"
      }
     },
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   }
  },
  "/groups/{id}/members": {
   "get": {
    "operationId": "getV4GroupsIdMembers",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "query",
      "in": "query",
      "required": false,
      "schema": {
       "title": "query",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4GroupsIdMembers",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/members/{userId}": {
   "get": {
    "operationId": "getV4GroupsIdMembersUserId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "userId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "userId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4GroupsIdMembersUserId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "userId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "userId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4GroupsIdMembersUserId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "userId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "userId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/groups/{id}/notification_settings": {
   "get": {
    "operationId": "getV4GroupsIdNotificationSettings",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4GroupsIdNotificationSettings",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/projects": {
   "get": {
    "operationId": "getV4GroupsIdProjects",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "queryData",
      "in": "query",
      "required": false,
      "schema": {
       "title": "queryData",
       "type": "object"
      }
     }
    ]
   }
  },
  "/groups/{id}/projects/{projectId}": {
   "post": {
    "operationId": "postV4GroupsIdProjectsProjectId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "projectId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "projectId",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/custom_attributes": {
   "get": {
    "operationId": "getV4GroupsIdCustomAttributes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   }
  },
  "/groups/{key}/custom_attributes/{id}": {
   "get": {
    "operationId": "getV4GroupsIdCustomAttributesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4GroupsIdCustomAttributes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/custom_attributes/{key}": {
   "delete": {
    "operationId": "deleteV4GroupsIdCustomAttributes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ]
   }
  },
  "/groups/{id}/badges": {
   "get": {
    "operationId": "getV4GroupsIdBadges",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4GroupsIdBadges",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/badges/{badgeId}": {
   "get": {
    "operationId": "getV4GroupsIdBadgesBadgeId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "badgeId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "badgeId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4GroupsIdBadgesBadgedId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "badgeId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "badgeId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4GroupsIdBadgesBadgesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "badgeId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "badgeId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/groups/{id}/badges/render": {
   "get": {
    "operationId": "getV4GroupsIdBadgesRender",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "imageUrl",
      "in": "query",
      "required": true,
      "schema": {
       "title": "imageUrl",
       "type": "string"
      }
     },
     {
      "name": "linkUrl",
      "in": "query",
      "required": true,
      "schema": {
       "title": "linkUrl",
       "type": "string"
      }
     }
    ]
   }
  },
  "/groups/{id}/boards": {
   "get": {
    "operationId": "getV4GroupsIdBoards",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4GroupsIdBoards",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "name",
      "in": "query",
      "required": true,
      "schema": {
       "title": "name",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{boardId}/boards/{id}": {
   "get": {
    "operationId": "getV4GroupsIdBoardsBoardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4GroupsIdBoardsBoardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "name",
      "in": "query",
      "required": false,
      "schema": {
       "title": "name",
       "type": "string"
      }
     },
     {
      "name": "assigneeId",
      "in": "query",
      "required": false,
      "schema": {
       "title": "assigneeId",
       "type": "number"
      }
     },
     {
      "name": "milestoneId",
      "in": "query",
      "required": false,
      "schema": {
       "title": "milestoneId",
       "type": "number"
      }
     },
     {
      "name": "weight",
      "in": "query",
      "required": false,
      "schema": {
       "title": "weight",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/boards/{boardId}": {
   "delete": {
    "operationId": "deleteV4GroupsIdBoardsBoardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/groups/{boardId}/boards/{id}/lists": {
   "get": {
    "operationId": "getV4GroupsIdBoardsBoardIdLists",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/groups/{id}/boards/{boardId}/lists": {
   "post": {
    "operationId": "postV4GroupsIdBoardsBoardIdLists",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     },
     {
      "name": "labelId",
      "in": "query",
      "required": true,
      "schema": {
       "title": "labelId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/boards/{boardId}/lists/{listId}": {
   "get": {
    "operationId": "getV4GroupsIdBoardsBoardIdListsListId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     },
     {
      "name": "listId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "listId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4GroupsIdBoardsBoardsIdListsListId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     },
     {
      "name": "listId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "listId",
       "type": "number"
      }
     },
     {
      "name": "position",
      "in": "query",
      "required": true,
      "schema": {
       "title": "position",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4GroupsIdBoardsBoardIdListsListId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     },
     {
      "name": "listId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "listId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/groups/{id}/labels": {
   "get": {
    "operationId": "getV4GroupsIdLabels",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4GroupsIdLabels",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "post": {
    "operationId": "postV4GroupsIdLabels",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4GroupsIdLabels",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "name",
      "in": "query",
      "required": true,
      "schema": {
       "title": "name",
       "type": "string"
      }
     }
    ]
   }
  },
  "/groups/{id}/labels/{labelId}/subscribe": {
   "post": {
    "operationId": "postV4GroupsIdLabelsLabelIdSubscribe",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "labelId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "labelId",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/labels/{labelId}/unsubscribe/": {
   "post": {
    "operationId": "postV4GroupsIdLabelsLabelIdUnsubscribe",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "labelId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "labelId",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/variables": {
   "get": {
    "operationId": "getV4GroupsIdVariables",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4GroupsIdVariables",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "key",
      "in": "query",
      "required": false,
      "schema": {
       "title": "key",
       "type": "string"
      }
     },
     {
      "name": "value",
      "in": "query",
      "required": false,
      "schema": {
       "title": "value",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/variables/{key}": {
   "put": {
    "operationId": "putV4GroupsIdVariablesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     },
     {
      "name": "value",
      "in": "query",
      "required": false,
      "schema": {
       "title": "value",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4GroupsIdVariableKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ]
   }
  },
  "/groups/{id}/milestones": {
   "get": {
    "operationId": "getV4GroupsIdMilestones",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "iids",
      "in": "query",
      "required": false,
      "schema": {
       "title": "iids",
       "type": "string"
      }
     },
     {
      "name": "search",
      "in": "query",
      "required": false,
      "schema": {
       "title": "search",
       "type": "string"
      }
     },
     {
      "name": "state",
      "in": "query",
      "required": false,
      "schema": {
       "title": "state",
       "type": "string"
      }
     },
     {
      "name": "title",
      "in": "query",
      "required": false,
      "schema": {
       "title": "title",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4GroupsIdMilestones",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/milestones/{milestonesId}": {
   "get": {
    "operationId": "getV4GroupsIdMilestonesMilestonesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "milestonesId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "milestonesId",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4GroupsIdMilestonesMilestonesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "milestonesId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "milestonesId",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4GroupsIdMilestonesMilestonesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "milestonesId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "milestonesId",
       "type": "string"
      }
     }
    ]
   }
  },
  "/groups/{milestonesId}/milestones/{id}/merge_request": {
   "get": {
    "operationId": "getV4GroupsIdMilestonesMilestoneIdMergeRequests",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "milestonesId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "milestonesId",
       "type": "string"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/groups/{id}/milestones/{milestonesId}/issues": {
   "get": {
    "operationId": "getV4GroupsIdMilestonesMilestoneIdIssues",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "milestonesId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "milestonesId",
       "type": "string"
      }
     }
    ]
   }
  },
  "/groups/{id}/milestones/{milestonesId}/burndown_events": {
   "get": {
    "operationId": "getV4GroupsIdMilestonesMilestoneIdBurndownEvents",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "milestonesId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "milestonesId",
       "type": "string"
      }
     }
    ]
   }
  },
  "/groups/{id}/epics/{epicsId}/resource_label_events": {
   "get": {
    "operationId": "getV4GroupsIdEpicsEpicsIdResourceLabelEvents",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "epicsId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "epicsId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/groups/{id}/epics/{epicsId}/resource_label_events/{resourceLabelEventId}": {
   "get": {
    "operationId": "getV4GroupsIdEpicsEpicsIdResourceLabelEventsReourceLabelEventId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "epicsId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "epicsId",
       "type": "number"
      }
     },
     {
      "name": "resourceLabelEventId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "resourceLabelEventId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/groups/{id}/search": {
   "get": {
    "operationId": "getV4GroupsIdSearch",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "scope",
      "in": "query",
      "required": true,
      "schema": {
       "title": "scope",
       "type": "string"
      }
     },
     {
      "name": "search",
      "in": "query",
      "required": true,
      "schema": {
       "title": "search",
       "type": "string"
      }
     }
    ]
   }
  },
  "/groups/{id}/epics/{epicsId}/discussions": {
   "get": {
    "operationId": "getV4GroupsIdEpicsIdDiscussions",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "epicsId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "epicsId",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4GroupsIdEpicsIdDiscussions",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "epicsId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "epicsId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/epics/{epicsId}/discussions/{discussionId}": {
   "get": {
    "operationId": "getV4GroupsIdEpicsIdDiscussionsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "epicsId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "epicsId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/groups/{id}/epics/{epicsId}/discussions/{discussionId}/notes": {
   "post": {
    "operationId": "postV4GroupsIdEpicsIdDiscussionsIdNotes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "epicsId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "epicsId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/epics/{epicsId}/discussions/{discussionId}/notes/{noteId}": {
   "put": {
    "operationId": "putV4GroupsIdEpicsIdDiscussionsIdNoteId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "epicsId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "epicsId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4GroupsIdEpicsIdDiscussionsIdNoteId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "epicsId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "epicsId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/hooks": {
   "get": {
    "operationId": "getV4Hooks",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   },
   "post": {
    "operationId": "postV4Hooks",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/hooks/{id}": {
   "get": {
    "operationId": "getV4HooksId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4HooksId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   }
  },
  "/issues": {
   "get": {
    "operationId": "getV4Issues",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "state",
      "in": "query",
      "required": false,
      "schema": {
       "title": "state",
       "type": "string"
      }
     },
     {
      "name": "labels",
      "in": "query",
      "required": false,
      "schema": {
       "title": "labels",
       "type": "string"
      }
     },
     {
      "name": "milestone",
      "in": "query",
      "required": false,
      "schema": {
       "title": "milestone",
       "type": "string"
      }
     },
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   }
  },
  "/keys/{id}": {
   "get": {
    "operationId": "getV4KeysId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   }
  },
  "/namespaces": {
   "get": {
    "operationId": "getV4Namespaces",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/notification_settings": {
   "get": {
    "operationId": "getV4NotificationSettings",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   },
   "put": {
    "operationId": "putV4NotificationSettings",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects": {
   "get": {
    "operationId": "getV4Projects",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "archived",
      "in": "query",
      "required": false,
      "schema": {
       "title": "archived",
       "type": "boolean"
      }
     },
     {
      "name": "visibility",
      "in": "query",
      "required": false,
      "schema": {
       "title": "visibility",
       "type": "string"
      }
     },
     {
      "name": "search",
      "in": "query",
      "required": false,
      "schema": {
       "title": "search",
       "type": "string"
      }
     },
     {
      "name": "simple",
      "in": "query",
      "required": false,
      "schema": {
       "title": "simple",
       "type": "boolean"
      }
     },
     {
      "name": "owned",
      "in": "query",
      "required": false,
      "schema": {
       "title": "owned",
       "type": "boolean"
      }
     },
     {
      "name": "starred",
      "in": "query",
      "required": false,
      "schema": {
       "title": "starred",
       "type": "boolean"
      }
     },
     {
      "name": "membership",
      "in": "query",
      "required": false,
      "schema": {
       "title": "membership",
       "type": "boolean"
      }
     },
     {
      "name": "statistics",
      "in": "query",
      "required": false,
      "schema": {
       "title": "statistics",
       "type": "boolean"
      }
     },
     {
      "name": "withCustomAttributes",
      "in": "query",
      "required": false,
      "schema": {
       "title": "withCustomAttributes",
       "type": "boolean"
      }
     },
     {
      "name": "withMergeRequestsEnabled",
      "in": "query",
      "required": false,
      "schema": {
       "title": "withMergeRequestsEnabled",
       "type": "boolean"
      }
     },
     {
      "name": "withProgrammingLanguage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "withProgrammingLanguage",
       "type": "string"
      }
     },
     {
      "name": "wikiChecksumFailed",
      "in": "query",
      "required": false,
      "schema": {
       "title": "wikiChecksumFailed",
       "type": "boolean"
      }
     },
     {
      "name": "repositoryChecksumFailed",
      "in": "query",
      "required": false,
      "schema": {
       "title": "repositoryChecksumFailed",
       "type": "boolean"
      }
     },
     {
      "name": "minAccessLevel",
      "in": "query",
      "required": false,
      "schema": {
       "title": "minAccessLevel",
       "type": "number"
      }
     },
     {
      "name": "withIssuesEnabled",
      "in": "query",
      "required": false,
      "schema": {
       "title": "withIssuesEnabled",
       "type": "boolean"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4Projects",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/user/{userId}": {
   "post": {
    "operationId": "postV4ProjectsUserUserId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "userId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "userId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}": {
   "get": {
    "operationId": "getV4ProjectsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/approvals": {
   "post": {
    "operationId": "approveV4Project",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/access_requests": {
   "get": {
    "operationId": "getV4ProjectsIdAccessRequests",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdAccessRequests",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/access_requests/{userId}": {
   "delete": {
    "operationId": "deleteV4ProjectsIdAccessRequestsUserId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "userId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "userId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/access_requests/{userId}/approve": {
   "put": {
    "operationId": "putV4ProjectsIdAccessRequestsUserIdApprove",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "userId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "userId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/archive": {
   "post": {
    "operationId": "postV4ProjectsIdArchive",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/boards": {
   "get": {
    "operationId": "getV4ProjectsIdBoards",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/boards/{boardId}/lists": {
   "get": {
    "operationId": "getV4ProjectsIdBoardsBoardIdLists",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdBoardsBoardIdLists",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/boards/{boardId}/lists/{listId}": {
   "get": {
    "operationId": "getV4ProjectsIdBoardsBoardIdListsListId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     },
     {
      "name": "listId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "listId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdBoardsBoardIdListsListId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     },
     {
      "name": "listId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "listId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdBoardsBoardIdListsListId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "boardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "boardId",
       "type": "number"
      }
     },
     {
      "name": "listId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "listId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/deploy_keys": {
   "get": {
    "operationId": "getV4ProjectsIdDeployKeys",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdDeployKeys",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/deploy_keys/{keyId}": {
   "get": {
    "operationId": "getV4ProjectsIdDeployKeysKeyId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "keyId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "keyId",
       "type": "number"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdDeployKeysKeyId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "keyId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "keyId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/deploy_keys/{keyId}/enable": {
   "post": {
    "operationId": "postV4ProjectsIdDeployKeysKeyIdEnable",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "keyId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "keyId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/deployments": {
   "get": {
    "operationId": "getV4ProjectsIdDeployments",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/deployments/{deploymentId}": {
   "get": {
    "operationId": "getV4ProjectsIdDeploymentsDeploymentId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "deploymentId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "deploymentId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/environments": {
   "get": {
    "operationId": "getV4ProjectsIdEnvironments",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdEnvironments",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/environments/{environmentId}": {
   "get": {
    "operationId": "getV4ProjectsEnvironmentsEnvironmentId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "environmentId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "environmentId",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdEnvironmentsEnvironmentId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "environmentId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "environmentId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdEnvironmentsEnvironmentId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "environmentId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "environmentId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/events": {
   "get": {
    "operationId": "getV4ProjectsIdEvents",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/fork": {
   "post": {
    "operationId": "postV4ProjectsIdFork",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdFork",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/fork/{forkedFromId}": {
   "post": {
    "operationId": "postV4ProjectsIdForkForkedFromId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "forkedFromId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "forkedFromId",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/hooks": {
   "get": {
    "operationId": "getV4ProjectsIdHooks",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdHooks",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/hooks/{hookId}": {
   "get": {
    "operationId": "getV4ProjectsIdHooksHookId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "hookId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "hookId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdHooksHookId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "hookId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "hookId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdHooksHookId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "hookId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "hookId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/issues": {
   "get": {
    "operationId": "getV4ProjectsIdIssues",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "state",
      "in": "query",
      "required": false,
      "schema": {
       "title": "state",
       "type": "string"
      }
     },
     {
      "name": "iids",
      "in": "query",
      "required": false,
      "schema": {
       "title": "iids",
       "type": "number"
      }
     },
     {
      "name": "labels",
      "in": "query",
      "required": false,
      "schema": {
       "title": "labels",
       "type": "string"
      }
     },
     {
      "name": "milestone",
      "in": "query",
      "required": false,
      "schema": {
       "title": "milestone",
       "type": "string"
      }
     },
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdIssues",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/labels": {
   "get": {
    "operationId": "getV4ProjectsIdLabels",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdLabels",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "post": {
    "operationId": "postV4ProjectsIdLabels",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdLabels",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "name",
      "in": "query",
      "required": true,
      "schema": {
       "title": "name",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/members": {
   "get": {
    "operationId": "getV4ProjectsIdMembers",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "query",
      "in": "query",
      "required": false,
      "schema": {
       "title": "query",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdMembers",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/members/{userId}": {
   "get": {
    "operationId": "getV4ProjectsIdMembersUserId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "userId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "userId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdMembersUserId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "userId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "userId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdMembersUserId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "userId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "userId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequests",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "state",
      "in": "query",
      "required": false,
      "schema": {
       "title": "state",
       "type": "string"
      }
     },
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdMergeRequests",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/milestones": {
   "get": {
    "operationId": "getV4ProjectsIdMilestones",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "state",
      "in": "query",
      "required": false,
      "schema": {
       "title": "state",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdMilestones",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/milestones/{milestoneId}": {
   "get": {
    "operationId": "getV4ProjectsIdMilestonesMilestoneId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "milestoneId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "milestoneId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdMilestonesMilestoneId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "milestoneId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "milestoneId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectIdMilestonesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "milestoneId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "milestoneId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/milestones/{milestoneId}/issues": {
   "get": {
    "operationId": "getV4ProjectsIdMilestonesMilestoneIdIssues",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "milestoneId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "milestoneId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/notification_settings": {
   "get": {
    "operationId": "getV4ProjectsIdNotificationSettings",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdNotificationSettings",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/pipeline": {
   "post": {
    "operationId": "postV4ProjectsIdPipeline",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/pipelines": {
   "get": {
    "operationId": "getV4ProjectsIdPipelines",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     },
     {
      "name": "scope",
      "in": "query",
      "required": false,
      "schema": {
       "title": "scope",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/pipelines/{pipelineId}": {
   "get": {
    "operationId": "getV4ProjectsIdPipelinesPipelineId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "pipelineId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "pipelineId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/pipelines/{pipelineId}/cancel": {
   "post": {
    "operationId": "postV4ProjectsIdPipelinesPipelineIdCancel",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "pipelineId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "pipelineId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/pipelines/{pipelineId}/retry": {
   "post": {
    "operationId": "postV4ProjectsIdPipelinesPipelineIdRetry",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "pipelineId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "pipelineId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/repository/archive": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryArchive",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "sha",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sha",
       "type": "string"
      }
     },
     {
      "name": "format",
      "in": "query",
      "required": false,
      "schema": {
       "title": "format",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/blobs/{sha}": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryBlobsSha",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "sha",
      "in": "path",
      "required": true,
      "schema": {
       "title": "sha",
       "type": "string"
      }
     },
     {
      "name": "filepath",
      "in": "query",
      "required": true,
      "schema": {
       "title": "filepath",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/branches": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryBranches",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdRepositoryBranches",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/repository/branches/{branch}": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryBranchesBranch",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "branch",
      "in": "path",
      "required": true,
      "schema": {
       "title": "branch",
       "type": "string"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdRepositoryBranchesBranch",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "branch",
      "in": "path",
      "required": true,
      "schema": {
       "title": "branch",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/branches/{branch}/protect": {
   "put": {
    "operationId": "putV4ProjectsIdRepositoryBranchesBranchProtect",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "branch",
      "in": "path",
      "required": true,
      "schema": {
       "title": "branch",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/repository/branches/{branch}/unprotect": {
   "put": {
    "operationId": "putV4ProjectsIdRepositoryBranchesBranchUnprotect",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "branch",
      "in": "path",
      "required": true,
      "schema": {
       "title": "branch",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/repository/commits": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryCommits",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "refName",
      "in": "query",
      "required": false,
      "schema": {
       "title": "refName",
       "type": "string"
      }
     },
     {
      "name": "since",
      "in": "query",
      "required": false,
      "schema": {
       "title": "since",
       "type": "string"
      }
     },
     {
      "name": "until",
      "in": "query",
      "required": false,
      "schema": {
       "title": "until",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     },
     {
      "name": "pathParam",
      "in": "query",
      "required": false,
      "schema": {
       "title": "pathParam",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdRepositoryCommits",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/repository/commits/{sha}": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryCommitsSha",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "sha",
      "in": "path",
      "required": true,
      "schema": {
       "title": "sha",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/commits/{sha}/cherry_pick": {
   "post": {
    "operationId": "postV4ProjectsIdRepositoryCommitsShaCherryPick",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "sha",
      "in": "path",
      "required": true,
      "schema": {
       "title": "sha",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/repository/commits/{sha}/comments": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryCommitsShaComments",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "sha",
      "in": "path",
      "required": true,
      "schema": {
       "title": "sha",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdRepositoryCommitsShaComments",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "sha",
      "in": "path",
      "required": true,
      "schema": {
       "title": "sha",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/repository/commits/{sha}/diff": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryCommitsShaDiff",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "sha",
      "in": "path",
      "required": true,
      "schema": {
       "title": "sha",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/commits/{sha}/statuses": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryCommitsShaStatuses",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "sha",
      "in": "path",
      "required": true,
      "schema": {
       "title": "sha",
       "type": "string"
      }
     },
     {
      "name": "ref",
      "in": "query",
      "required": false,
      "schema": {
       "title": "ref",
       "type": "string"
      }
     },
     {
      "name": "stage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "stage",
       "type": "string"
      }
     },
     {
      "name": "name",
      "in": "query",
      "required": false,
      "schema": {
       "title": "name",
       "type": "string"
      }
     },
     {
      "name": "all",
      "in": "query",
      "required": false,
      "schema": {
       "title": "all",
       "type": "string"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/compare": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryCompare",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "from",
      "in": "query",
      "required": true,
      "schema": {
       "title": "from",
       "type": "string"
      }
     },
     {
      "name": "to",
      "in": "query",
      "required": true,
      "schema": {
       "title": "to",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/contributors": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryContributors",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/raw_blobs/{sha}": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryRawBlobsSha",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "sha",
      "in": "path",
      "required": true,
      "schema": {
       "title": "sha",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/tags": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryTags",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdRepositoryTags",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/repository/tags/{tagName}": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryTagsTagName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "tagName",
      "in": "path",
      "required": true,
      "schema": {
       "title": "tagName",
       "type": "string"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdRepositoryTagsTagName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "tagName",
      "in": "path",
      "required": true,
      "schema": {
       "title": "tagName",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/tags/{tagName}/release": {
   "put": {
    "operationId": "putV4ProjectsIdRepositoryTagsTagNameRelease",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "tagName",
      "in": "path",
      "required": true,
      "schema": {
       "title": "tagName",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "post": {
    "operationId": "postV4ProjectsIdRepositoryTagsTagNameRelease",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "tagName",
      "in": "path",
      "required": true,
      "schema": {
       "title": "tagName",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/repository/tree": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryTree",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "queryData",
      "in": "query",
      "required": false,
      "schema": {
       "title": "queryData",
       "type": "object"
      }
     }
    ]
   }
  },
  "/projects/{id}/runners": {
   "get": {
    "operationId": "getV4ProjectsIdRunners",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "scope",
      "in": "query",
      "required": false,
      "schema": {
       "title": "scope",
       "type": "string"
      }
     },
     {
      "name": "status",
      "in": "query",
      "required": false,
      "schema": {
       "title": "status",
       "type": "string"
      }
     },
     {
      "name": "tagList",
      "in": "query",
      "required": false,
      "schema": {
       "title": "tagList",
       "type": "array"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdRunners",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/runners/{runnerId}": {
   "delete": {
    "operationId": "deleteV4ProjectsIdRunnersRunnerId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "runnerId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "runnerId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/asana": {
   "get": {
    "operationId": "getV4ProjectsIdServicesAsana",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesAsana",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesAsana",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/assembla": {
   "get": {
    "operationId": "getV4ProjectsIdServicesAssembla",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesAssembla",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesAssembla",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/bamboo": {
   "get": {
    "operationId": "getV4ProjectsIdServicesBamboo",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesBamboo",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesBamboo",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/bugzilla": {
   "get": {
    "operationId": "getV4ProjectsIdServicesBugzilla",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesBugzilla",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesBugzilla",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/buildkite": {
   "get": {
    "operationId": "getV4ProjectsIdServicesBuildkite",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesBuildkite",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesBuildkite",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/builds-email": {
   "put": {
    "operationId": "putV4ProjectsIdServicesBuildsEmail",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/services/campfire": {
   "get": {
    "operationId": "getV4ProjectsIdServicesCampfire",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesCampfire",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesCampfire",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/custom-issue-tracker": {
   "get": {
    "operationId": "getV4ProjectsIdServicesCustomIssueTracker",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesCustomIssueTracker",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsServicesCustomIssueTracker",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/drone-ci": {
   "get": {
    "operationId": "getV4ProjectsIdServicesDroneCi",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesDroneCi",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesDroneCi",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/emails-on-push": {
   "get": {
    "operationId": "getV4ProjectsIdServicesEmailOnPush",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesEmailsOnPush",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesEmailOnPush",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/external-wiki": {
   "get": {
    "operationId": "getV4ProjectsIdServicesExternalWiki",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesExternalWiki",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesExternalWiki",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/flowdock": {
   "get": {
    "operationId": "getV4ProjectsIdServicesFlowdock",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesFlowdock",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsServicesFlowdock",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/hipchat": {
   "get": {
    "operationId": "getV4ProjectsIdServicesHipchat",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesHipchat",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesHipchat",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/irker": {
   "get": {
    "operationId": "getV4ProjectsIdServicesIrker",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesIrker",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesIrker",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/jira": {
   "get": {
    "operationId": "getV4ProjectsIdServicesJira",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesJira",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesJira",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/kubernetes": {
   "get": {
    "operationId": "getV4ProjectsIdServicesKubernetes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesKubernetes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesKubernetes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/mattermost": {
   "get": {
    "operationId": "getV4ProjectsIdServicesMattermost",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesMattermost",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesMattermost",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/mattermost-slash-commands": {
   "get": {
    "operationId": "getV4ProjectsIdServicesMattermostSlashCommands",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesMattermostSlashCommands",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesMattermostSlashCommands",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/pipelines-email": {
   "get": {
    "operationId": "getV4ProjectsIdServicesPipelinesEmail",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesPipelinesEmail",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesPipelinesEmail",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/pivotaltracker": {
   "get": {
    "operationId": "getV4ProjectsIdServicesPivotaltracker",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesPivotaltracker",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesPivotaltracker",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/pushover": {
   "get": {
    "operationId": "getV4ProjectsIdServicesPushover",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesPushover",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesPushover",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/redmine": {
   "get": {
    "operationId": "getV4ProjectsIdServicesRedmine",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesRedmine",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesRedmine",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/slack": {
   "get": {
    "operationId": "getV4ProjectsIdServicesSlack",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesSlack",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "post": {
    "operationId": "deleteV4ProjectsIdServicesSlack",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/services/slack-slash-commands": {
   "get": {
    "operationId": "getV4ProjectsIdServicesSlackSlashCommands",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesSlackSlashCommands",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesSlackSlashCommands",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/teamcity": {
   "get": {
    "operationId": "getV4ProjectsIdServicesTeamcity",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesTeamcity",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesTeamcity",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/share": {
   "post": {
    "operationId": "postV4ProjectsIdShare",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/share/{groupId}": {
   "delete": {
    "operationId": "deleteV4ProjectsIdShareGroupId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "groupId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "groupId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/snippets": {
   "get": {
    "operationId": "getV4ProjectsIdSnippets",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdSnippets",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/snippets/{snippetId}": {
   "get": {
    "operationId": "getV4ProjectsIdSnippetsSnippetId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdSnippetsSnippetId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdSnippetsSnippetId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/snippets/{snippetId}/award_emoji": {
   "get": {
    "operationId": "getV4ProjectsIdSnippetsSnippetIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdSnippetsSnippetIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{awardId}/snippets/{id}/award_emoji/{snippetId}": {
   "get": {
    "operationId": "getV4ProjectsIdSnippetsSnippetIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdSnippetsSnippetIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/snippets/{snippetId}/notes/{noteId}/award_emoji": {
   "get": {
    "operationId": "getV4ProjectsIdSnippetsSnippetIdNotesNoteIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdSnippetsSnippetIdNotesNoteIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{awardId}/snippets/{id}/notes/{snippetId}/award_emoji/{noteId}": {
   "get": {
    "operationId": "getV4ProjectsIdSnippetsSnippetIdNotesNoteIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdSnippetsSnippetIdNotesNoteIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/snippets/{snippetId}/raw": {
   "get": {
    "operationId": "getV4ProjectsIdSnippetsSnippetIdRaw",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/star": {
   "post": {
    "operationId": "postV4ProjectsIdStar",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/statuses/{sha}": {
   "post": {
    "operationId": "postV4ProjectsIdStatusesSha",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "sha",
      "in": "path",
      "required": true,
      "schema": {
       "title": "sha",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/triggers": {
   "get": {
    "operationId": "getV4ProjectsIdTriggers",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdTriggers",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/unarchive": {
   "post": {
    "operationId": "postV4ProjectsIdUnarchive",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/uploads": {
   "post": {
    "operationId": "postV4ProjectsIdUploads",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "file",
      "in": "query",
      "required": false,
      "schema": {
       "title": "file",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/users": {
   "get": {
    "operationId": "getV4ProjectsIdUsers",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "search",
      "in": "query",
      "required": false,
      "schema": {
       "title": "search",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/variables": {
   "get": {
    "operationId": "getV4ProjectsIdVariables",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdVariables",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/variables/{key}": {
   "get": {
    "operationId": "getV4ProjectsIdVariablesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdVariablesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdVariablesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/forks": {
   "get": {
    "operationId": "getV4ProjectsIdForks",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "archived",
      "in": "query",
      "required": false,
      "schema": {
       "title": "archived",
       "type": "boolean"
      }
     },
     {
      "name": "visibility",
      "in": "query",
      "required": false,
      "schema": {
       "title": "visibility",
       "type": "string"
      }
     },
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "search",
      "in": "query",
      "required": false,
      "schema": {
       "title": "search",
       "type": "string"
      }
     },
     {
      "name": "simple",
      "in": "query",
      "required": false,
      "schema": {
       "title": "simple",
       "type": "boolean"
      }
     },
     {
      "name": "owned",
      "in": "query",
      "required": false,
      "schema": {
       "title": "owned",
       "type": "boolean"
      }
     },
     {
      "name": "membership",
      "in": "query",
      "required": false,
      "schema": {
       "title": "membership",
       "type": "boolean"
      }
     },
     {
      "name": "starred",
      "in": "query",
      "required": false,
      "schema": {
       "title": "starred",
       "type": "boolean"
      }
     },
     {
      "name": "statistics",
      "in": "query",
      "required": false,
      "schema": {
       "title": "statistics",
       "type": "boolean"
      }
     },
     {
      "name": "withCustomAttributes",
      "in": "query",
      "required": false,
      "schema": {
       "title": "withCustomAttributes",
       "type": "boolean"
      }
     },
     {
      "name": "withIssuesEnabled",
      "in": "query",
      "required": false,
      "schema": {
       "title": "withIssuesEnabled",
       "type": "boolean"
      }
     },
     {
      "name": "withMergeRequestsEnabled",
      "in": "query",
      "required": false,
      "schema": {
       "title": "withMergeRequestsEnabled",
       "type": "boolean"
      }
     },
     {
      "name": "minAccessLevel",
      "in": "query",
      "required": false,
      "schema": {
       "title": "minAccessLevel",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/unstar": {
   "post": {
    "operationId": "postV4ProjectsIdUnstar",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/languages": {
   "get": {
    "operationId": "getV4ProjectsIdLanguages",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/push_rule": {
   "get": {
    "operationId": "getV4ProjectsIdPushRule",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdPushRule",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "post": {
    "operationId": "postV4PorjectsIdPushRule",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "delelteV4ProjectsIdPushRule",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/export": {
   "get": {
    "operationId": "getV4ProjectsIdExport",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdExport",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/export/download": {
   "get": {
    "operationId": "getV4ProjectsIdExportDownload",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/import": {
   "post": {
    "operationId": "postV4ProjectsIdImport",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "file",
      "in": "query",
      "required": false,
      "schema": {
       "title": "file",
       "type": "string"
      }
     },
     {
      "name": "pathParam",
      "in": "query",
      "required": false,
      "schema": {
       "title": "pathParam",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/import/": {
   "get": {
    "operationId": "getV4ProjectsIdImport",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/badges": {
   "get": {
    "operationId": "getV4ProjectsIdBadges",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdBadges",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "linkUrl",
      "in": "query",
      "required": false,
      "schema": {
       "title": "linkUrl",
       "type": "string"
      }
     },
     {
      "name": "imageUrl",
      "in": "query",
      "required": false,
      "schema": {
       "title": "imageUrl",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/badges/{badgeId}": {
   "get": {
    "operationId": "getV4ProjectsIdBadgesBadgeId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "badgeId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "badgeId",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdBadgesBadgeId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "badgeId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "badgeId",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdBadgesBadgeId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "badgeId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "badgeId",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/badges/render": {
   "get": {
    "operationId": "getV4ProjectsIdBadgesRender",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "imageUrl",
      "in": "query",
      "required": true,
      "schema": {
       "title": "imageUrl",
       "type": "string"
      }
     },
     {
      "name": "linkUrl",
      "in": "query",
      "required": true,
      "schema": {
       "title": "linkUrl",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/registry/repositories": {
   "get": {
    "operationId": "getV4ProjectsIdRegistryRepositories",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/registry/repositories/{repositoryId}": {
   "delete": {
    "operationId": "deleteV4ProjectsIdRegistryRepositoriesRepositoryId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "repositoryId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "repositoryId",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/registry/repositories/{repositoryId}/tags": {
   "get": {
    "operationId": "getV4ProjectsIdRegistryRepositoriesRepositoryIdTags",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "repositoryId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "repositoryId",
       "type": "string"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdRegistryRepositoriesRepositoryIdTags",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "repositoryId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "repositoryId",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{tagName}/registry/repositories/{id}/tags/{repositoryId}": {
   "get": {
    "operationId": "getV4ProjectsIdRegistryRepositoriesRepositoryIdTagsTagName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "tagName",
      "in": "path",
      "required": true,
      "schema": {
       "title": "tagName",
       "type": "string"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "repositoryId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "repositoryId",
       "type": "string"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdRegistryRepositoriesRepositoryIdTagsTagName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "tagName",
      "in": "path",
      "required": true,
      "schema": {
       "title": "tagName",
       "type": "string"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "repositoryId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "repositoryId",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/custom_attributes": {
   "get": {
    "operationId": "getV4ProjectsIdCustomAttributes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/custom_attributes/{key}": {
   "get": {
    "operationId": "getV4ProjectsIdCustomAttributesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdCustomAttributesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdCustomAttributesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/jobs": {
   "get": {
    "operationId": "getV4ProjectsIdJobs",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "scope",
      "in": "query",
      "required": false,
      "schema": {
       "title": "scope",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/pipelines/{pipelineId}/jobs": {
   "get": {
    "operationId": "getV4ProjectsIdPipelinesPipelineIdJobs",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "pipelineId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "pipelineId",
       "type": "number"
      }
     },
     {
      "name": "scope",
      "in": "query",
      "required": false,
      "schema": {
       "title": "scope",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/jobs/{jobId}": {
   "get": {
    "operationId": "getV4ProjectsIdJobsJobId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "jobId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "jobId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/jobs/{jobId}/trace": {
   "get": {
    "operationId": "getV4ProjectsIdJobsJobIdTrace",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "jobId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "jobId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/jobs/{jobId}/retry": {
   "post": {
    "operationId": "postV4ProjectsIdJobsJobIdRetry",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "jobId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "jobId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/jobs/{jobId}/erase": {
   "post": {
    "operationId": "postV4ProjectsIdJobsJobIdErase",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "jobId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "jobId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/jobs/{jobId}/cancel": {
   "post": {
    "operationId": "postV4ProjectsIdJobsJobIdCancel",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "jobId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "jobId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/jobs/{jobId}/play": {
   "post": {
    "operationId": "postV4ProjectsIdJobsJobIdPlay",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "jobId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "jobId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/pages/domains": {
   "get": {
    "operationId": "getV4ProjectsIdPagesDomains",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdPagesDomains",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/pages/domains/{domain}": {
   "get": {
    "operationId": "getV4ProjectsIdPagesDomainsDomain",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "domain",
      "in": "path",
      "required": true,
      "schema": {
       "title": "domain",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdPagesDomainsDomain",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "domain",
      "in": "path",
      "required": true,
      "schema": {
       "title": "domain",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdPagesDomainsDomain",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "domain",
      "in": "path",
      "required": true,
      "schema": {
       "title": "domain",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/pipeline_schedules": {
   "get": {
    "operationId": "getV4ProjectsIdPipelineSchedules",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "scope",
      "in": "query",
      "required": false,
      "schema": {
       "title": "scope",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsPipelineSchedules",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "ref",
      "in": "query",
      "required": false,
      "schema": {
       "title": "ref",
       "type": "string"
      }
     },
     {
      "name": "description",
      "in": "query",
      "required": false,
      "schema": {
       "title": "description",
       "type": "string"
      }
     },
     {
      "name": "cron",
      "in": "query",
      "required": false,
      "schema": {
       "title": "cron",
       "type": "string"
      }
     },
     {
      "name": "cronTimezone",
      "in": "query",
      "required": false,
      "schema": {
       "title": "cronTimezone",
       "type": "string"
      }
     },
     {
      "name": "active",
      "in": "query",
      "required": false,
      "schema": {
       "title": "active",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/pipeline_schedules/{pipelineScheduleId}": {
   "get": {
    "operationId": "getV4ProjectsIdPipelineSchedulesPipelineScheduleId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "pipelineScheduleId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "pipelineScheduleId",
       "type": "string"
      }
     },
     {
      "name": "scope",
      "in": "query",
      "required": false,
      "schema": {
       "title": "scope",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsPipelineSchedulesPipelineScheduleId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "pipelineScheduleId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "pipelineScheduleId",
       "type": "string"
      }
     },
     {
      "name": "ref",
      "in": "query",
      "required": false,
      "schema": {
       "title": "ref",
       "type": "string"
      }
     },
     {
      "name": "description",
      "in": "query",
      "required": false,
      "schema": {
       "title": "description",
       "type": "string"
      }
     },
     {
      "name": "cron",
      "in": "query",
      "required": false,
      "schema": {
       "title": "cron",
       "type": "string"
      }
     },
     {
      "name": "cronTimezone",
      "in": "query",
      "required": false,
      "schema": {
       "title": "cronTimezone",
       "type": "string"
      }
     },
     {
      "name": "active",
      "in": "query",
      "required": false,
      "schema": {
       "title": "active",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdPipelineSchedulesPipelineScheduleId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "pipelineScheduleId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "pipelineScheduleId",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/pipeline_schedules/{pipelineScheduleId}/take_ownership": {
   "post": {
    "operationId": "postV4ProjectsIdPipelineSchedulesPipelineScheduleIdTakeOwnership",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "pipelineScheduleId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "pipelineScheduleId",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/pipeline_schedules/{pipelineScheduleId}/variables": {
   "post": {
    "operationId": "postV4ProjectsIdPipelineSchedulesPipelineScheduleIdVariables",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "pipelineScheduleId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "pipelineScheduleId",
       "type": "string"
      }
     },
     {
      "name": "value",
      "in": "query",
      "required": false,
      "schema": {
       "title": "value",
       "type": "string"
      }
     },
     {
      "name": "variableType",
      "in": "query",
      "required": false,
      "schema": {
       "title": "variableType",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{key}/pipeline_schedules/{id}/variables/{pipelineScheduleId}": {
   "put": {
    "operationId": "putV4ProjectsIdPipelineSchedulesPipelineScheduleIdVariablesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "pipelineScheduleId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "pipelineScheduleId",
       "type": "string"
      }
     },
     {
      "name": "value",
      "in": "query",
      "required": false,
      "schema": {
       "title": "value",
       "type": "string"
      }
     },
     {
      "name": "variableType",
      "in": "query",
      "required": false,
      "schema": {
       "title": "variableType",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/pipeline_schedules/{pipelineScheduleId}/variables/{key}": {
   "delete": {
    "operationId": "deleteV4ProjectsIdPipelineSchedulesPipelineScheduleIdVariablesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "pipelineScheduleId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "pipelineScheduleId",
       "type": "string"
      }
     },
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/clusters": {
   "get": {
    "operationId": "getV4ProjectsIdClusters",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/clusters/{clusterId}": {
   "get": {
    "operationId": "getV4ProjectsIdClustersClusterId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "clusterId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "clusterId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdClustesClusterId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "clusterId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "clusterId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdClustersClusterId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "clusterId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "clusterId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/clusters/user": {
   "post": {
    "operationId": "postV4ProjectsIdClustersUser",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/protected_branches": {
   "get": {
    "operationId": "getV4ProjectsIdProtectedBranches",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProtectsIdProtectedBranches",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "name",
      "in": "query",
      "required": true,
      "schema": {
       "title": "name",
       "type": "string"
      }
     },
     {
      "name": "pushAccessLevel",
      "in": "query",
      "required": false,
      "schema": {
       "title": "pushAccessLevel",
       "type": "string"
      }
     },
     {
      "name": "mergeAccessLevel",
      "in": "query",
      "required": false,
      "schema": {
       "title": "mergeAccessLevel",
       "type": "string"
      }
     },
     {
      "name": "unprotectAccessLevel",
      "in": "query",
      "required": false,
      "schema": {
       "title": "unprotectAccessLevel",
       "type": "string"
      }
     },
     {
      "name": "allowedToPush",
      "in": "query",
      "required": false,
      "schema": {
       "title": "allowedToPush",
       "type": "string"
      }
     },
     {
      "name": "allowedToMerge",
      "in": "query",
      "required": false,
      "schema": {
       "title": "allowedToMerge",
       "type": "string"
      }
     },
     {
      "name": "allowedToUnprotect",
      "in": "query",
      "required": false,
      "schema": {
       "title": "allowedToUnprotect",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/protected_branches/{name}": {
   "get": {
    "operationId": "getV4ProjectsIdProtectedBranchesName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "name",
      "in": "path",
      "required": true,
      "schema": {
       "title": "name",
       "type": "string"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdProtectedBranchesName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "name",
      "in": "path",
      "required": true,
      "schema": {
       "title": "name",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/protected_tags": {
   "get": {
    "operationId": "getV4ProjectsIdProtectedTags",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdProtectedTags",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "name",
      "in": "query",
      "required": true,
      "schema": {
       "title": "name",
       "type": "string"
      }
     },
     {
      "name": "createAccessLevel",
      "in": "query",
      "required": false,
      "schema": {
       "title": "createAccessLevel",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{name}/protected_tags/{id}": {
   "get": {
    "operationId": "getV4ProjectsIdProtectedTagsName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "name",
      "in": "path",
      "required": true,
      "schema": {
       "title": "name",
       "type": "string"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/protected_tags/{name}": {
   "delete": {
    "operationId": "deleteV4ProjectsIdProtectedTagsName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "name",
      "in": "path",
      "required": true,
      "schema": {
       "title": "name",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/releases": {
   "get": {
    "operationId": "getV4ProjectsIdReleases",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdReleases",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdReleases",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/releases/{tagName}": {
   "get": {
    "operationId": "getV4ProjectsIdReleasesTagName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "tagName",
      "in": "path",
      "required": true,
      "schema": {
       "title": "tagName",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdReleasesTagName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "tagName",
      "in": "path",
      "required": true,
      "schema": {
       "title": "tagName",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/repository/submodules/{submodule}": {
   "put": {
    "operationId": "putV4ProjectsIdRepositorySubmodulesSubmodule",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "submodule",
      "in": "path",
      "required": true,
      "schema": {
       "title": "submodule",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/resource_label_events": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIssueiidResourceLabelEvents",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{resourceLabelEventsId}/issues/{issueIid}/resource_label_events/{id}": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIssueiidResourceLabelEventsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "resourceLabelEventsId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "resourceLabelEventsId",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "string"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/resource_label_events": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestiidResourceLabelEvents",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/search": {
   "get": {
    "operationId": "getV4ProjectsIdSearch",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "scope",
      "in": "query",
      "required": true,
      "schema": {
       "title": "scope",
       "type": "string"
      }
     },
     {
      "name": "search",
      "in": "query",
      "required": true,
      "schema": {
       "title": "search",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/wikis": {
   "get": {
    "operationId": "getV4ProjectsIdWikis",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "withContent",
      "in": "query",
      "required": false,
      "schema": {
       "title": "withContent",
       "type": "boolean"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdWikis",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/wikis/{slug}": {
   "get": {
    "operationId": "getV4ProjectsIdWikisSlug",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "slug",
      "in": "path",
      "required": true,
      "schema": {
       "title": "slug",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdWikisSlug",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "slug",
      "in": "path",
      "required": true,
      "schema": {
       "title": "slug",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdWikis",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "slug",
      "in": "path",
      "required": true,
      "schema": {
       "title": "slug",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/wikis/attachments": {
   "put": {
    "operationId": "postV4ProjectsIdWikisAttachments",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "withContent",
      "in": "query",
      "required": false,
      "schema": {
       "title": "withContent",
       "type": "boolean"
      }
     },
     {
      "name": "file",
      "in": "query",
      "required": false,
      "schema": {
       "title": "file",
       "type": "string"
      }
     },
     {
      "name": "branch",
      "in": "query",
      "required": false,
      "schema": {
       "title": "branch",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/environments/{environmentId}/stop": {
   "post": {
    "operationId": "postV4ProjectsEnvironmentsEnvironmentIdStop",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "environmentId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "environmentId",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/repository/files/{filePath}": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryFiles",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "filePath",
      "in": "path",
      "required": true,
      "schema": {
       "title": "filePath",
       "type": "string"
      }
     },
     {
      "name": "ref",
      "in": "query",
      "required": true,
      "schema": {
       "title": "ref",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdRepositoryFiles",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "filePath",
      "in": "path",
      "required": true,
      "schema": {
       "title": "filePath",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "post": {
    "operationId": "postV4ProjectsIdRepositoryFiles",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "filePath",
      "in": "path",
      "required": true,
      "schema": {
       "title": "filePath",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdRepositoryFiles",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "filePath",
      "in": "path",
      "required": true,
      "schema": {
       "title": "filePath",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/files/{filePath}/raw": {
   "get": {
    "operationId": "getV4ProjectsRepositoryFilesRaw",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "filePath",
      "in": "path",
      "required": true,
      "schema": {
       "title": "filePath",
       "type": "string"
      }
     },
     {
      "name": "ref",
      "in": "query",
      "required": true,
      "schema": {
       "title": "ref",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/jobs/{jobId}/artifacts": {
   "get": {
    "operationId": "getV4ProjectsIdJobssJobIdArtifacts",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "jobId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "jobId",
       "type": "number"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdJobsJobIdArtifacts",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "jobId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "jobId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/jobs/{jobId}/artifacts/keep": {
   "post": {
    "operationId": "postV4ProjectsIdJobsJobIdArtifactsKeep",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "jobId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "jobId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/jobs/artifacts/{refName}/download": {
   "get": {
    "operationId": "getV4ProjectsIdJobsArtifactsRefNameDownload",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "refName",
      "in": "path",
      "required": true,
      "schema": {
       "title": "refName",
       "type": "string"
      }
     },
     {
      "name": "job",
      "in": "query",
      "required": true,
      "schema": {
       "title": "job",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/jobs/{jobId}/artifacts/{artifactPath}": {
   "get": {
    "operationId": "getV4ProjectsIdJobsJobIdArtifactsArtifcactPath",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "jobId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "jobId",
       "type": "number"
      }
     },
     {
      "name": "artifactPath",
      "in": "path",
      "required": true,
      "schema": {
       "title": "artifactPath",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/jobs/artifacts/{refName}/raw/{artifactPath}": {
   "get": {
    "operationId": "getV4ProjectsIdJobsArtifactsRefNameRaw",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "refName",
      "in": "path",
      "required": true,
      "schema": {
       "title": "refName",
       "type": "string"
      }
     },
     {
      "name": "artifactPath",
      "in": "path",
      "required": true,
      "schema": {
       "title": "artifactPath",
       "type": "string"
      }
     },
     {
      "name": "job",
      "in": "query",
      "required": true,
      "schema": {
       "title": "job",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/repository/commits/{sha}/refs": {
   "get": {
    "operationId": "getV4ProjectsIdRepositoryCommitsShaRefs",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "sha",
      "in": "path",
      "required": true,
      "schema": {
       "title": "sha",
       "type": "string"
      }
     },
     {
      "name": "type",
      "in": "query",
      "required": false,
      "schema": {
       "title": "type",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/triggers/{triggerId}": {
   "get": {
    "operationId": "getV4ProjectsIdTriggersTriggerId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "triggerId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "triggerId",
       "type": "number"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdTriggersTriggerId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "triggerId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "triggerId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{triggerId}/triggers/{id}": {
   "post": {
    "operationId": "postV4ProjectsIdTriggersTriggerId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "triggerId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "triggerId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{triggerId}/triggers/{id}/take_ownership": {
   "post": {
    "operationId": "postV4ProjectsIdTriggersTriggerIdOwnership",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "triggerId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "triggerId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/services/hangouts-chat": {
   "get": {
    "operationId": "getV4ProjectsIdServicesHangoutschat",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesHangoutschat",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesHangoutschat",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/packagist": {
   "get": {
    "operationId": "getV4ProjectsIdServicesPackagist",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesPackagist",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesPackagist",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/microsoft-teams": {
   "get": {
    "operationId": "getV4ProjectsIdServicesMicrosoftTeams",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesMicrosoftTeams",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesMicrosoftTeams",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/jenkins": {
   "get": {
    "operationId": "getV4ProjectsIdServicesJenkins",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesJenkins",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesJenkins",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/mock-ci": {
   "get": {
    "operationId": "getV4ProjectsIdServicesMockCi",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesMockCi",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesMockCi",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/services/youtrack": {
   "get": {
    "operationId": "getV4ProjectsIdServicesYoutrack",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdServicesYoutrack",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdServicesYoutrack",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{snippetId}/snippets/{id}/discussions": {
   "get": {
    "operationId": "getV4ProjectsIdSnippetIdDiscussions",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/snippets/{snippetId}/discussions": {
   "post": {
    "operationId": "postV4ProjectsIdSnippetIdDiscussions",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/snippets/{snippetId}/discussions/{discussionId}": {
   "get": {
    "operationId": "getV4ProjectsIdSnippetIdDiscussionId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/snippets/{snippetId}/discussions/{discussionId}/notes": {
   "post": {
    "operationId": "postV4ProjectsIdSnippetIdDiscussionIdNotes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/snippets/{snippetId}/discussions/{discussionId}/notes/{noteId}": {
   "put": {
    "operationId": "putV4ProjectsIdSnippetIdDiscussionIdNoteId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdSnippetIdDiscussionIdNoteId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/issues/{issueIid}/discussions": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIidDiscussions",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdIssuesIidDiscussions",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/discussions/{discussionId}": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIidDiscussionsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/issues/{issueIid}/discussions/{discussionId}/notes": {
   "post": {
    "operationId": "postV4ProjectsIdIssuesIidDiscussionsIdNotes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/discussions/{discussionId}/notes/{noteId}": {
   "put": {
    "operationId": "putV4ProjectsIdIssuesIidDiscussionsIdNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdIssuesIidDiscussionsIdNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/discussions": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsIidDiscussions",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/discussions/{discussionId}": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsIidDiscussionsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdMergeRequestsIidDiscussionsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "resolved",
      "in": "query",
      "required": true,
      "schema": {
       "title": "resolved",
       "type": "boolean"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/discussions/{discussionId}/notes/{noteId}": {
   "put": {
    "operationId": "putV4ProjectsIdMergeRequestsIidDiscussionsIdNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     },
     {
      "name": "resolved",
      "in": "query",
      "required": true,
      "schema": {
       "title": "resolved",
       "type": "boolean"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdMergeRequestsIidDiscussionsIdNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/commits/{commitId}/discussions": {
   "get": {
    "operationId": "getV4ProjectsIdCommitsIdDiscussions",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "commitId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "commitId",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdCommitsIdDiscussions",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "commitId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "commitId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/commits/{commitId}/discussions/{discussionId}": {
   "get": {
    "operationId": "getV4ProjectsIdCommitsIdDiscussionsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "commitId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "commitId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/commits/{commitId}/discussions/{discussionId}/notes": {
   "post": {
    "operationId": "postV4ProjectsIdCommitsIdDiscussionsIdNotes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "commitId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "commitId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/commits/{commitId}/discussions/{discussionId}/notes/{noteId}": {
   "put": {
    "operationId": "putV4ProjectsIdCommitsIdDiscussionsIdNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "commitId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "commitId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdCommitsIdDiscussionsIdNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "commitId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "commitId",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/snippets/{snippetId}/notes": {
   "get": {
    "operationId": "getV4ProjectsIdSnippetsIdNotes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdSnippetsIdNotes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     },
     {
      "name": "createdAt",
      "in": "query",
      "required": false,
      "schema": {
       "title": "createdAt",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/snippets/{noteId}/notes/{snippetId}": {
   "get": {
    "operationId": "getV4ProjectsIdSnippetsIdNoteId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdSnippetsIdNoteId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdSnippetsIdNoteId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "snippetId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "snippetId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/notes": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsIidNotes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsIidNotes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/subscribe": {
   "post": {
    "operationId": "postV4ProjectsIdIssuesIdSubscribe",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/unsubscribe": {
   "post": {
    "operationId": "postV4ProjectsIdIssuesIdUnsubscribe",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/move": {
   "post": {
    "operationId": "postV4ProjectsIdIssuesIssueIdMove",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "toProjectId",
      "in": "query",
      "required": false,
      "schema": {
       "title": "toProjectId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/notes": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIidNotes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdIssuesIidNotes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{noteId}/notes/{issueIid}/award_emoji": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIssueIdNotesNoteIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdIssuesIssueIdNotesNoteIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{awardId}/issues/{id}/notes/{noteId}/award_emoji/{issueIid}": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIssueIdNotesNoteIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdIssuesIssueIdNotesNoteIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     },
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/issues/{issueIid}/notes/{noteId}": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIidNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdIssuesIidNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdIssuesIidNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/issues/{issueIid}": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIssueId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdIssuesIssueId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdIssuesIssueId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/issues/{issueIid}/add_spent_time": {
   "post": {
    "operationId": "postV4ProjectsIdIssuesIssueIdAddSpentTime",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/award_emoji": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIssueIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdIssuesIssueIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/award_emoji/{awardId}": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIssueIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdIssuesIssueIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     },
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/issues/{issueIid}/reset_spent_time": {
   "post": {
    "operationId": "postV4ProjectsIdIssuesIssueIdResetSpentTime",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/reset_time_estimate": {
   "post": {
    "operationId": "postV4ProjectsIdIssuesIssueIdResetTimeEstimate",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/time_estimate": {
   "post": {
    "operationId": "postV4ProjectsIdIssuesIssueIdTimeEstimate",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/issues/{issueIid}/time_stats": {
   "get": {
    "operationId": "getV4ProjectsIdIssuesIssueIdTimeStats",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/issues/{issueIid}/todo": {
   "post": {
    "operationId": "postV4ProjectsIdIssuesIssueIdTodo",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "issueIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "issueIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/labels/{labelId}/subscribe": {
   "post": {
    "operationId": "postV4ProjectsIdLabelsIdSubscribe",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "labelId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "labelId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/labels/{labelId}/unsubscribe": {
   "post": {
    "operationId": "postV4ProjectsIdLabelsIdUnsubscribe",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "labelId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "labelId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdMergeRequestsMergeRequestId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdMergeRequestsMergeRequestId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/add_spent_time": {
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsMergeRequestIdAddSpentTime",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/award_emoji": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsMergeRequestIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/award_emoji/{awardId}": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdMergeRequestsMergeRequestIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/cancel_merge_when_build_succeeds": {
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsMergeRequestIdCancelMergeWhenBuildSucceeds",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/changes": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestIdChanges",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/closes_issues": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestIdClosesIssues",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/comments": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestIdComments",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsMergeRequestIdComments",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/approve": {
   "post": {
    "operationId": "postV4ProjectsIdApproveMergeRequest",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/commits": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestIdCommits",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/merge": {
   "put": {
    "operationId": "putV4ProjectsIdMergeRequestsMergeRequestIdMerge",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/notes/{noteId}/award_emoji": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestIdNotesNoteIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsMergeRequestIdNotesNoteIdAwardEmoji",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/notes/{noteId}/award_emoji/{awardId}": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestIdNotesNoteIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     }
    ]
   },
   "delete": {
    "operationId": "deleteV4ProjectsIdMergeRequestsMergeRequestIdNotesNoteIdAwardEmojiAwardId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "awardId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "awardId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/reset_spent_time": {
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsMergeRequestIdResetSpentTime",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/reset_time_estimate": {
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsMergeRequestIdResetTimeEstimate",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/time_estimate": {
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsMergeRequestIdTimeEstimate",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/time_stats": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestIdTimeStats",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/todo": {
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsMergeRequestIdTodo",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/versions": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestIdVersions",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{versionId}/versions/{mergeRequestIid}": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsMergeRequestIdVersionsVersionId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "versionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "versionId",
       "type": "number"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/notes/{noteId}": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestsIidNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4ProjectsIdMergeRequestsIidNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{noteId}/notes/{mergeRequestIid}": {
   "delete": {
    "operationId": "deleteV4ProjectsIdMergeRequestsIidNotesId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "noteId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "noteId",
       "type": "number"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/discussions/{discussionId}/notes": {
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestIidDiscussionsIdNotes",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     },
     {
      "name": "discussionId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "discussionId",
       "type": "number"
      }
     },
     {
      "name": "bodyQuery",
      "in": "query",
      "required": true,
      "schema": {
       "title": "bodyQuery",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/resource_label_events/{resourceLabelEventId}": {
   "get": {
    "operationId": "getV4ProjectsIdMergeRequestiidResourceLabelEventId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "string"
      }
     },
     {
      "name": "resourceLabelEventId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "resourceLabelEventId",
       "type": "string"
      }
     }
    ]
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/subscribe": {
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsIidSubscribe",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/projects/{id}/merge_requests/{mergeRequestIid}/unsubscribe": {
   "post": {
    "operationId": "postV4ProjectsIdMergeRequestsIidUnsubscribe",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "mergeRequestIid",
      "in": "path",
      "required": true,
      "schema": {
       "title": "mergeRequestIid",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/runners": {
   "get": {
    "operationId": "getV4Runners",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "scope",
      "in": "query",
      "required": false,
      "schema": {
       "title": "scope",
       "type": "string"
      }
     },
     {
      "name": "status",
      "in": "query",
      "required": false,
      "schema": {
       "title": "status",
       "type": "string"
      }
     },
     {
      "name": "tagList",
      "in": "query",
      "required": false,
      "schema": {
       "title": "tagList",
       "type": "array"
      }
     }
    ]
   }
  },
  "/runners/all": {
   "get": {
    "operationId": "getV4RunnersAll",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "type",
      "in": "query",
      "required": false,
      "schema": {
       "title": "type",
       "type": "string"
      }
     },
     {
      "name": "status",
      "in": "query",
      "required": false,
      "schema": {
       "title": "status",
       "type": "string"
      }
     },
     {
      "name": "tagList",
      "in": "query",
      "required": false,
      "schema": {
       "title": "tagList",
       "type": "array"
      }
     }
    ]
   }
  },
  "/runners/{id}": {
   "get": {
    "operationId": "getV4RunnersId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4RunnersId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4RunnersId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   }
  },
  "/session": {
   "post": {
    "operationId": "postV4Session",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/sidekiq/compound_metrics": {
   "get": {
    "operationId": "getV4SidekiqCompoundMetrics",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/sidekiq/job_stats": {
   "get": {
    "operationId": "getV4SidekiqJobStats",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/sidekiq/process_metrics": {
   "get": {
    "operationId": "getV4SidekiqProcessMetrics",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/sidekiq/queue_metrics": {
   "get": {
    "operationId": "getV4SidekiqQueueMetrics",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/snippets": {
   "get": {
    "operationId": "getV4Snippets",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   },
   "post": {
    "operationId": "postV4Snippets",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/snippets/public": {
   "get": {
    "operationId": "getV4SnippetsPublic",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/snippets/{id}": {
   "get": {
    "operationId": "getV4SnippetsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4SnippetsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4SnippetsId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   }
  },
  "/snippets/{id}/raw": {
   "get": {
    "operationId": "getV4SnippetsIdRaw",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   }
  },
  "/templates/dockerfiles": {
   "get": {
    "operationId": "getV4TemplatesDockerfiles",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/templates/gitignores": {
   "get": {
    "operationId": "getV4TemplatesGitignores",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/templates/gitlab_ci_ymls": {
   "get": {
    "operationId": "getV4TemplatesGitlabCiYmls",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/templates/licenses": {
   "get": {
    "operationId": "getV4TemplatesLicenses",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "popular",
      "in": "query",
      "required": false,
      "schema": {
       "title": "popular",
       "type": "boolean"
      }
     }
    ]
   }
  },
  "/templates/dockerfiles/{key}": {
   "get": {
    "operationId": "getV4TemplatesDockerfilesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ]
   }
  },
  "/templates/gitignores/{key}": {
   "get": {
    "operationId": "getV4TemplatesGitignoresKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ]
   }
  },
  "/templates/gitlab_ci_ymls/{key}": {
   "get": {
    "operationId": "getV4TemplatesGitlabCiYmlsKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     }
    ]
   }
  },
  "/templates/licenses/{key}": {
   "get": {
    "operationId": "getV4TemplatesLicensesKey",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "key",
      "in": "path",
      "required": true,
      "schema": {
       "title": "key",
       "type": "string"
      }
     },
     {
      "name": "project",
      "in": "query",
      "required": false,
      "schema": {
       "title": "project",
       "type": "string"
      }
     },
     {
      "name": "fullname",
      "in": "query",
      "required": false,
      "schema": {
       "title": "fullname",
       "type": "string"
      }
     }
    ]
   }
  },
  "/todos": {
   "get": {
    "operationId": "getV4Todos",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "action",
      "in": "query",
      "required": false,
      "schema": {
       "title": "action",
       "type": "string"
      }
     },
     {
      "name": "authorId",
      "in": "query",
      "required": false,
      "schema": {
       "title": "authorId",
       "type": "number"
      }
     },
     {
      "name": "projectId",
      "in": "query",
      "required": false,
      "schema": {
       "title": "projectId",
       "type": "number"
      }
     },
     {
      "name": "groupId",
      "in": "query",
      "required": false,
      "schema": {
       "title": "groupId",
       "type": "number"
      }
     },
     {
      "name": "state",
      "in": "query",
      "required": false,
      "schema": {
       "title": "state",
       "type": "string"
      }
     },
     {
      "name": "type",
      "in": "query",
      "required": false,
      "schema": {
       "title": "type",
       "type": "string"
      }
     }
    ]
   }
  },
  "/todos/mark_as_done": {
   "post": {
    "operationId": "postV4TodosMarkAsDone",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/todos/{id}/mark_as_done": {
   "delete": {
    "operationId": "deleteV4TodosId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   }
  },
  "/users": {
   "get": {
    "operationId": "getV4Users",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "twoFactor",
      "in": "query",
      "required": false,
      "schema": {
       "title": "twoFactor",
       "type": "string"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4Users",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/users/{id}": {
   "get": {
    "operationId": "getV4UsersId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4UsersId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4UsersId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   }
  },
  "/users/{id}/block": {
   "put": {
    "operationId": "putV4UsersIdBlock",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/users/{id}/emails": {
   "get": {
    "operationId": "getV4UsersIdEmails",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4UsersIdEmails",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/users/{id}/emails/{emailId}": {
   "delete": {
    "operationId": "deleteV4UsersIdEmailsEmailId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "emailId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "emailId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/users/{id}/events": {
   "get": {
    "operationId": "getV4UsersIdEvents",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "page",
      "in": "query",
      "required": false,
      "schema": {
       "title": "page",
       "type": "number"
      }
     },
     {
      "name": "perPage",
      "in": "query",
      "required": false,
      "schema": {
       "title": "perPage",
       "type": "number"
      }
     }
    ]
   }
  },
  "/users/{id}/keys": {
   "get": {
    "operationId": "getV4UsersIdKeys",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   },
   "post": {
    "operationId": "postV4UsersIdKeys",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/users/{id}/keys/{keyId}": {
   "delete": {
    "operationId": "deleteV4UsersIdKeysKeyId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     },
     {
      "name": "keyId",
      "in": "path",
      "required": true,
      "schema": {
       "title": "keyId",
       "type": "number"
      }
     }
    ]
   }
  },
  "/users/{id}/unblock": {
   "put": {
    "operationId": "putV4UsersIdUnblock",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/users/{id}/projects": {
   "get": {
    "operationId": "getV4UsersIdProjects",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/users/{id}/status": {
   "get": {
    "operationId": "getV4UsersIdStatus",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "number"
      }
     }
    ]
   }
  },
  "/version": {
   "get": {
    "operationId": "getV4Version",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/applications": {
   "get": {
    "operationId": "getV4Applications",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   },
   "post": {
    "operationId": "postV4Applications",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/applications/{id}": {
   "delete": {
    "operationId": "deleteV4Application",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/pages/domains": {
   "get": {
    "operationId": "getV4PagesDomains",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/avatar": {
   "get": {
    "operationId": "getV4Avatar",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "email",
      "in": "query",
      "required": true,
      "schema": {
       "title": "email",
       "type": "string"
      }
     },
     {
      "name": "size",
      "in": "query",
      "required": false,
      "schema": {
       "title": "size",
       "type": "string"
      }
     }
    ]
   }
  },
  "/broadcast_messages": {
   "get": {
    "operationId": "getV4BroadcastMessage",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   },
   "post": {
    "operationId": "postV4BroadcastMessage",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/broadcast_messages/{id}": {
   "get": {
    "operationId": "getV4BroadcastMessageId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   },
   "put": {
    "operationId": "putV4BroadcastMessageId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4BroadcastMessageId",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  },
  "/events": {
   "get": {
    "operationId": "getV4Events",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/features": {
   "get": {
    "operationId": "getV4Features",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    }
   }
  },
  "/features/{name}": {
   "post": {
    "operationId": "postV4FeaturesName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "name",
      "in": "path",
      "required": true,
      "schema": {
       "title": "name",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   },
   "delete": {
    "operationId": "deleteV4FeaturesName",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "name",
      "in": "path",
      "required": true,
      "schema": {
       "title": "name",
       "type": "string"
      }
     }
    ]
   }
  },
  "/import/github": {
   "post": {
    "operationId": "postV4ImportGithub",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/markdown": {
   "post": {
    "operationId": "postV4Markdown",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/merge_requests": {
   "get": {
    "operationId": "getV4MergeRequests",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "state",
      "in": "query",
      "required": false,
      "schema": {
       "title": "state",
       "type": "string"
      }
     },
     {
      "name": "orderBy",
      "in": "query",
      "required": false,
      "schema": {
       "title": "orderBy",
       "type": "string"
      }
     },
     {
      "name": "sort",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sort",
       "type": "string"
      }
     },
     {
      "name": "milestone",
      "in": "query",
      "required": false,
      "schema": {
       "title": "milestone",
       "type": "string"
      }
     },
     {
      "name": "view",
      "in": "query",
      "required": false,
      "schema": {
       "title": "view",
       "type": "string"
      }
     },
     {
      "name": "labels",
      "in": "query",
      "required": false,
      "schema": {
       "title": "labels",
       "type": "string"
      }
     },
     {
      "name": "createdAfter",
      "in": "query",
      "required": false,
      "schema": {
       "title": "createdAfter",
       "type": "string"
      }
     },
     {
      "name": "updatedAfter",
      "in": "query",
      "required": false,
      "schema": {
       "title": "updatedAfter",
       "type": "string"
      }
     },
     {
      "name": "scope",
      "in": "query",
      "required": false,
      "schema": {
       "title": "scope",
       "type": "string"
      }
     },
     {
      "name": "authorId",
      "in": "query",
      "required": false,
      "schema": {
       "title": "authorId",
       "type": "string"
      }
     },
     {
      "name": "assigneeId",
      "in": "query",
      "required": false,
      "schema": {
       "title": "assigneeId",
       "type": "string"
      }
     },
     {
      "name": "approverIds",
      "in": "query",
      "required": false,
      "schema": {
       "title": "approverIds",
       "type": "array"
      }
     },
     {
      "name": "search",
      "in": "query",
      "required": false,
      "schema": {
       "title": "search",
       "type": "string"
      }
     },
     {
      "name": "sourceBranch",
      "in": "query",
      "required": false,
      "schema": {
       "title": "sourceBranch",
       "type": "string"
      }
     },
     {
      "name": "targetBrach",
      "in": "query",
      "required": false,
      "schema": {
       "title": "targetBrach",
       "type": "string"
      }
     },
     {
      "name": "wip",
      "in": "query",
      "required": false,
      "schema": {
       "title": "wip",
       "type": "string"
      }
     },
     {
      "name": "inParam",
      "in": "query",
      "required": false,
      "schema": {
       "title": "inParam",
       "type": "string"
      }
     },
     {
      "name": "myReactionEmoji",
      "in": "query",
      "required": false,
      "schema": {
       "title": "myReactionEmoji",
       "type": "string"
      }
     },
     {
      "name": "createdBefore",
      "in": "query",
      "required": false,
      "schema": {
       "title": "createdBefore",
       "type": "string"
      }
     },
     {
      "name": "updatedBefore",
      "in": "query",
      "required": false,
      "schema": {
       "title": "updatedBefore",
       "type": "string"
      }
     }
    ]
   }
  },
  "/search": {
   "get": {
    "operationId": "getV4Search",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "scope",
      "in": "query",
      "required": true,
      "schema": {
       "title": "scope",
       "type": "string"
      }
     },
     {
      "name": "search",
      "in": "query",
      "required": true,
      "schema": {
       "title": "search",
       "type": "string"
      }
     }
    ]
   }
  },
  "/suggestions/{id}/apply": {
   "put": {
    "operationId": "putV4SuggestionIdApply",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ],
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/lint": {
   "post": {
    "operationId": "postV4Lint",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "requestBody": {
     "content": {
      "application/json": {
       "schema": {
        "type": "object"
       }
      }
     }
    }
   }
  },
  "/groups/{id}/subgroups": {
   "get": {
    "operationId": "getV4SubGroups",
    "responses": {
     "200": {
      "description": "Successful operation",
      "content": {
       "application/json": {
        "schema": {
         "title": "result",
         "type": "object"
        }
       }
      }
     }
    },
    "parameters": [
     {
      "name": "id",
      "in": "path",
      "required": true,
      "schema": {
       "title": "id",
       "type": "string"
      }
     }
    ]
   }
  }
 },
 "components": {
  "schemas": {}
 }
}