|
167 | 167 | "url": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable", |
168 | 168 | "triggersNotification": null |
169 | 169 | }, |
| 170 | + { |
| 171 | + "url": "/repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel", |
| 172 | + "triggersNotification": null |
| 173 | + }, |
170 | 174 | { |
171 | 175 | "url": "/enterprises/{enterprise}/actions/runners/generate-jitconfig", |
172 | 176 | "triggersNotification": null |
|
1071 | 1075 | "url": "/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}", |
1072 | 1076 | "triggersNotification": null |
1073 | 1077 | }, |
| 1078 | + { |
| 1079 | + "url": "/repos/{owner}/{repo}/codespaces/permissions_check", |
| 1080 | + "triggersNotification": null |
| 1081 | + }, |
1074 | 1082 | { |
1075 | 1083 | "url": "/user/codespaces/{codespace_name}/machines", |
1076 | 1084 | "triggersNotification": null |
|
2091 | 2099 | "url": "/orgs/{org}/invitations", |
2092 | 2100 | "triggersNotification": true |
2093 | 2101 | }, |
| 2102 | + { |
| 2103 | + "url": "/orgs/{org}/properties/schema", |
| 2104 | + "triggersNotification": null |
| 2105 | + }, |
| 2106 | + { |
| 2107 | + "url": "/orgs/{org}/properties/values", |
| 2108 | + "triggersNotification": null |
| 2109 | + }, |
| 2110 | + { |
| 2111 | + "url": "/orgs/{org}/properties/schema/{custom_property_name}", |
| 2112 | + "triggersNotification": null |
| 2113 | + }, |
2094 | 2114 | { |
2095 | 2115 | "url": "/orgs/{org}/hooks", |
2096 | 2116 | "triggersNotification": null |
|
2119 | 2139 | "url": "/orgs/{org}", |
2120 | 2140 | "triggersNotification": null |
2121 | 2141 | }, |
| 2142 | + { |
| 2143 | + "url": "/orgs/{org}/properties/schema", |
| 2144 | + "triggersNotification": null |
| 2145 | + }, |
2122 | 2146 | { |
2123 | 2147 | "url": "/orgs/{org}/audit-log", |
2124 | 2148 | "triggersNotification": null |
2125 | 2149 | }, |
| 2150 | + { |
| 2151 | + "url": "/orgs/{org}/properties/schema/{custom_property_name}", |
| 2152 | + "triggersNotification": null |
| 2153 | + }, |
2126 | 2154 | { |
2127 | 2155 | "url": "/orgs/{org}/custom-repository-roles/{role_id}", |
2128 | 2156 | "triggersNotification": null |
|
2163 | 2191 | "url": "/orgs/{org}/blocks", |
2164 | 2192 | "triggersNotification": null |
2165 | 2193 | }, |
| 2194 | + { |
| 2195 | + "url": "/orgs/{org}/properties/values", |
| 2196 | + "triggersNotification": null |
| 2197 | + }, |
2166 | 2198 | { |
2167 | 2199 | "url": "/orgs/{org}/custom-repository-roles", |
2168 | 2200 | "triggersNotification": null |
|
2255 | 2287 | "url": "/orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts", |
2256 | 2288 | "triggersNotification": null |
2257 | 2289 | }, |
| 2290 | + { |
| 2291 | + "url": "/orgs/{org}/properties/schema/{custom_property_name}", |
| 2292 | + "triggersNotification": null |
| 2293 | + }, |
2258 | 2294 | { |
2259 | 2295 | "url": "/orgs/{org}/members/{username}", |
2260 | 2296 | "triggersNotification": null |
|
3147 | 3183 | "url": "/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}", |
3148 | 3184 | "triggersNotification": null |
3149 | 3185 | }, |
| 3186 | + { |
| 3187 | + "url": "/repos/{owner}/{repo}/properties/values", |
| 3188 | + "triggersNotification": null |
| 3189 | + }, |
3150 | 3190 | { |
3151 | 3191 | "url": "/repos/{owner}/{repo}/keys/{key_id}", |
3152 | 3192 | "triggersNotification": null |
|
3175 | 3215 | "url": "/repos/{owner}/{repo}/releases/latest", |
3176 | 3216 | "triggersNotification": null |
3177 | 3217 | }, |
| 3218 | + { |
| 3219 | + "url": "/orgs/{org}/rulesets/rule-suites/{rule_suite_id}", |
| 3220 | + "triggersNotification": null |
| 3221 | + }, |
| 3222 | + { |
| 3223 | + "url": "/orgs/{org}/rulesets/rule-suites", |
| 3224 | + "triggersNotification": null |
| 3225 | + }, |
3178 | 3226 | { |
3179 | 3227 | "url": "/orgs/{org}/rulesets/{ruleset_id}", |
3180 | 3228 | "triggersNotification": null |
|
3227 | 3275 | "url": "/repos/{owner}/{repo}/releases/tags/{tag}", |
3228 | 3276 | "triggersNotification": null |
3229 | 3277 | }, |
| 3278 | + { |
| 3279 | + "url": "/repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}", |
| 3280 | + "triggersNotification": null |
| 3281 | + }, |
| 3282 | + { |
| 3283 | + "url": "/repos/{owner}/{repo}/rulesets/rule-suites", |
| 3284 | + "triggersNotification": null |
| 3285 | + }, |
3230 | 3286 | { |
3231 | 3287 | "url": "/repos/{owner}/{repo}/rulesets/{ruleset_id}", |
3232 | 3288 | "triggersNotification": null |
|
0 commit comments