diff --git a/swagger.json b/swagger.json index ae7a12e..ef2d188 100644 --- a/swagger.json +++ b/swagger.json @@ -4883,7 +4883,16 @@ } }, "nulls.Int64": { - "type": "object" + "type": "object", + "properties": { + "int64": { + "type": "integer" + }, + "valid": { + "description": "Valid is true if Int64 is not NULL", + "type": "boolean" + } + } }, "nulls.String": { "type": "object", @@ -6003,6 +6012,9 @@ "v0.BuildTriggerParamsBuildParams": { "type": "object", "properties": { + "base_repository_url": { + "type": "string" + }, "branch": { "type": "string" }, @@ -6039,6 +6051,9 @@ "$ref": "#/definitions/v0.BuildParamsEnvironment" } }, + "head_repository_url": { + "type": "string" + }, "pull_request_author": { "type": "string" },