Skip to content

Commit 46532f5

Browse files
committed
String as PR id
1 parent 9f5f9b1 commit 46532f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

swagger.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3321,7 +3321,7 @@ paths:
33213321
name: pull_request_id
33223322
required: true
33233323
schema:
3324-
type: integer
3324+
type: string
33253325
responses:
33263326
200:
33273327
content:
@@ -3477,7 +3477,7 @@ paths:
34773477
name: pull_request_id
34783478
required: true
34793479
schema:
3480-
type: integer
3480+
type: string
34813481
requestBody:
34823482
content:
34833483
application/json:
@@ -10296,7 +10296,7 @@ paths:
1029610296
name: pull_request_id
1029710297
required: true
1029810298
schema:
10299-
type: integer
10299+
type: string
1030010300
responses:
1030110301
200:
1030210302
content:
@@ -10355,7 +10355,7 @@ paths:
1035510355
name: pull_request_id
1035610356
required: true
1035710357
schema:
10358-
type: integer
10358+
type: string
1035910359
requestBody:
1036010360
content:
1036110361
application/json:
@@ -10501,7 +10501,7 @@ paths:
1050110501
name: pull_request_id
1050210502
required: true
1050310503
schema:
10504-
type: integer
10504+
type: string
1050510505
- description: |
1050610506
This can either be the repository slug or the UUID of the repository,
1050710507
surrounded by curly-braces, for example: `{repository UUID}`.
@@ -12998,7 +12998,7 @@ paths:
1299812998
name: pull_request_id
1299912999
required: true
1300013000
schema:
13001-
type: integer
13001+
type: string
1300213002
responses:
1300313003
200:
1300413004
content: {}
@@ -13535,7 +13535,7 @@ paths:
1353513535
name: pull_request_id
1353613536
required: true
1353713537
schema:
13538-
type: integer
13538+
type: string
1353913539
responses:
1354013540
200:
1354113541
content:

0 commit comments

Comments
 (0)