Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
oauth_access_token | string | true | false | |
repositories | array | false | false | |
client_id | string | false | false | |
client_secret | string | false | false |
Example
1 { 2 "name": "github connection", 3 "type": "github", 4 "configuration": { 5 "client_id": "a45gadsfdsaf47byor2ugfbhsgllpf12gf56gfds", 6 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", 7 "oauth_access_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq", 8 "repositories": [ 9 { 10 "label": "", 11 "value": "" 12 } 13 ] 14 } 15 }