From 755ce251a3bd142da3ac30d275f499ad6c35cb7a Mon Sep 17 00:00:00 2001 From: Gaetano Guerriero Date: Fri, 21 Apr 2023 14:10:38 +0200 Subject: [PATCH] [DEV-6479] Add wait_first_review_time to PullRequest --- openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 9af5839..d3cedef 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5583,6 +5583,8 @@ components: items: $ref: '#/components/schemas/LinkedJIRAIssue' type: array + wait_first_review_time: + $ref: '#/components/schemas/TimeDuration' required: - comments - commits