|
13925 | 13925 | "name": "key_id", |
13926 | 13926 | "description": "ID of the key you used to encrypt the secret.", |
13927 | 13927 | "in": "BODY", |
13928 | | - "type": "integer", |
| 13928 | + "type": "string", |
13929 | 13929 | "required": false, |
13930 | 13930 | "enum": null, |
13931 | 13931 | "allowNull": false, |
|
13935 | 13935 | "deprecated": null |
13936 | 13936 | } |
13937 | 13937 | ], |
13938 | | - "responses": [ |
13939 | | - { |
13940 | | - "code": 201, |
13941 | | - "description": "response", |
13942 | | - "examples": [ |
13943 | | - { |
13944 | | - "data": "{\"encrypted_value\":\"QIvLrNh6tmhUxABczx2vnsncsIj2KiwitqIVpXN9bU3DsHJ1srExk/DrgRaXCAwJnsdsmjo1KwQ=\",\"key_id\":\"1234\"}" |
13945 | | - } |
13946 | | - ] |
13947 | | - } |
13948 | | - ], |
| 13938 | + "responses": [], |
13949 | 13939 | "renamed": null |
13950 | 13940 | }, |
13951 | 13941 | { |
|
33287 | 33277 | "url": "/repos/{owner}/{repo}/pulls/{pull_number}/files", |
33288 | 33278 | "isDeprecated": false, |
33289 | 33279 | "isLegacy": false, |
33290 | | - "description": "**Note:** The response includes a maximum of 300 files.", |
| 33280 | + "description": "**Note:** Responses include a maximum of 3000 files. The paginated response returns 30 files per page by default.", |
33291 | 33281 | "documentationUrl": "https://developer.github.com/v3/pulls/#list-pull-requests-files", |
33292 | 33282 | "previews": [], |
33293 | 33283 | "headers": [], |
|
44240 | 44230 | "description": "response", |
44241 | 44231 | "examples": [ |
44242 | 44232 | { |
44243 | | - "data": "[{\"id\":1,\"key\":\"ssh-rsa AAA...\",\"url\":\"https://api.github.com/user/keys/1\",\"title\":\"octocat@octomac\",\"verified\":true,\"created_at\":\"2014-12-10T15:53:42Z\",\"read_only\":true}]" |
| 44233 | + "data": "[{\"key_id\":\"1234\",\"key\":\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234\"}]" |
44244 | 44234 | } |
44245 | 44235 | ] |
44246 | 44236 | } |
|
44293 | 44283 | "description": "response", |
44294 | 44284 | "examples": [ |
44295 | 44285 | { |
44296 | | - "data": "{\"id\":1,\"key\":\"ssh-rsa AAA...\",\"url\":\"https://api.github.com/user/keys/1\",\"title\":\"octocat@octomac\",\"verified\":true,\"created_at\":\"2014-12-10T15:53:42Z\",\"read_only\":true}" |
| 44286 | + "data": "{\"key_id\":\"1234\",\"key\":\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234\"}" |
44297 | 44287 | } |
44298 | 44288 | ] |
44299 | 44289 | } |
|
44333 | 44323 | "description": "response", |
44334 | 44324 | "examples": [ |
44335 | 44325 | { |
44336 | | - "data": "{\"id\":1,\"key\":\"ssh-rsa AAA...\",\"url\":\"https://api.github.com/user/keys/1\",\"title\":\"octocat@octomac\",\"verified\":true,\"created_at\":\"2014-12-10T15:53:42Z\",\"read_only\":true}" |
| 44326 | + "data": "{\"key_id\":\"1234\",\"key\":\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234\"}" |
44337 | 44327 | } |
44338 | 44328 | ] |
44339 | 44329 | } |
|
0 commit comments