|
2169 | 2169 | "requestPath": "/orgs/{org}/copilot/billing/selected_users" |
2170 | 2170 | }, |
2171 | 2171 | { |
2172 | | - "slug": "get-copilot-coding-agent-permissions-for-an-organization", |
| 2172 | + "slug": "get-copilot-cloud-agent-permissions-for-an-organization", |
2173 | 2173 | "subcategory": "copilot-coding-agent-management", |
2174 | 2174 | "verb": "get", |
2175 | 2175 | "requestPath": "/orgs/{org}/copilot/coding-agent/permissions" |
2176 | 2176 | }, |
2177 | 2177 | { |
2178 | | - "slug": "set-copilot-coding-agent-permissions-for-an-organization", |
| 2178 | + "slug": "set-copilot-cloud-agent-permissions-for-an-organization", |
2179 | 2179 | "subcategory": "copilot-coding-agent-management", |
2180 | 2180 | "verb": "put", |
2181 | 2181 | "requestPath": "/orgs/{org}/copilot/coding-agent/permissions" |
2182 | 2182 | }, |
2183 | 2183 | { |
2184 | | - "slug": "list-repositories-enabled-for-copilot-coding-agent-in-an-organization", |
| 2184 | + "slug": "list-repositories-enabled-for-copilot-cloud-agent-in-an-organization", |
2185 | 2185 | "subcategory": "copilot-coding-agent-management", |
2186 | 2186 | "verb": "get", |
2187 | 2187 | "requestPath": "/orgs/{org}/copilot/coding-agent/permissions/repositories" |
2188 | 2188 | }, |
2189 | 2189 | { |
2190 | | - "slug": "set-selected-repositories-for-copilot-coding-agent-in-an-organization", |
| 2190 | + "slug": "set-selected-repositories-for-copilot-cloud-agent-in-an-organization", |
2191 | 2191 | "subcategory": "copilot-coding-agent-management", |
2192 | 2192 | "verb": "put", |
2193 | 2193 | "requestPath": "/orgs/{org}/copilot/coding-agent/permissions/repositories" |
2194 | 2194 | }, |
2195 | 2195 | { |
2196 | | - "slug": "enable-a-repository-for-copilot-coding-agent-in-an-organization", |
| 2196 | + "slug": "enable-a-repository-for-copilot-cloud-agent-in-an-organization", |
2197 | 2197 | "subcategory": "copilot-coding-agent-management", |
2198 | 2198 | "verb": "put", |
2199 | 2199 | "requestPath": "/orgs/{org}/copilot/coding-agent/permissions/repositories/{repository_id}" |
2200 | 2200 | }, |
2201 | 2201 | { |
2202 | | - "slug": "disable-a-repository-for-copilot-coding-agent-in-an-organization", |
| 2202 | + "slug": "disable-a-repository-for-copilot-cloud-agent-in-an-organization", |
2203 | 2203 | "subcategory": "copilot-coding-agent-management", |
2204 | 2204 | "verb": "delete", |
2205 | 2205 | "requestPath": "/orgs/{org}/copilot/coding-agent/permissions/repositories/{repository_id}" |
|
2259 | 2259 | "requestPath": "/orgs/{org}/team/{team_slug}/copilot/metrics" |
2260 | 2260 | } |
2261 | 2261 | ], |
| 2262 | + "copilot-spaces": [ |
| 2263 | + { |
| 2264 | + "slug": "list-organization-copilot-spaces", |
| 2265 | + "subcategory": "copilot-spaces", |
| 2266 | + "verb": "get", |
| 2267 | + "requestPath": "/orgs/{org}/copilot-spaces" |
| 2268 | + }, |
| 2269 | + { |
| 2270 | + "slug": "create-an-organization-copilot-space", |
| 2271 | + "subcategory": "copilot-spaces", |
| 2272 | + "verb": "post", |
| 2273 | + "requestPath": "/orgs/{org}/copilot-spaces" |
| 2274 | + }, |
| 2275 | + { |
| 2276 | + "slug": "get-an-organization-copilot-space", |
| 2277 | + "subcategory": "copilot-spaces", |
| 2278 | + "verb": "get", |
| 2279 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}" |
| 2280 | + }, |
| 2281 | + { |
| 2282 | + "slug": "set-an-organization-copilot-space", |
| 2283 | + "subcategory": "copilot-spaces", |
| 2284 | + "verb": "put", |
| 2285 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}" |
| 2286 | + }, |
| 2287 | + { |
| 2288 | + "slug": "delete-an-organization-copilot-space", |
| 2289 | + "subcategory": "copilot-spaces", |
| 2290 | + "verb": "delete", |
| 2291 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}" |
| 2292 | + }, |
| 2293 | + { |
| 2294 | + "slug": "list-collaborators-for-an-organization-copilot-space", |
| 2295 | + "subcategory": "collaborators", |
| 2296 | + "verb": "get", |
| 2297 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/collaborators" |
| 2298 | + }, |
| 2299 | + { |
| 2300 | + "slug": "add-a-collaborator-to-an-organization-copilot-space", |
| 2301 | + "subcategory": "collaborators", |
| 2302 | + "verb": "post", |
| 2303 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/collaborators" |
| 2304 | + }, |
| 2305 | + { |
| 2306 | + "slug": "set-a-collaborator-role-for-an-organization-copilot-space", |
| 2307 | + "subcategory": "collaborators", |
| 2308 | + "verb": "put", |
| 2309 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/collaborators/{actor_type}/{actor_identifier}" |
| 2310 | + }, |
| 2311 | + { |
| 2312 | + "slug": "remove-a-collaborator-from-an-organization-copilot-space", |
| 2313 | + "subcategory": "collaborators", |
| 2314 | + "verb": "delete", |
| 2315 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/collaborators/{actor_type}/{actor_identifier}" |
| 2316 | + }, |
| 2317 | + { |
| 2318 | + "slug": "list-resources-for-an-organization-copilot-space", |
| 2319 | + "subcategory": "resources", |
| 2320 | + "verb": "get", |
| 2321 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/resources" |
| 2322 | + }, |
| 2323 | + { |
| 2324 | + "slug": "create-a-resource-for-an-organization-copilot-space", |
| 2325 | + "subcategory": "resources", |
| 2326 | + "verb": "post", |
| 2327 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/resources" |
| 2328 | + }, |
| 2329 | + { |
| 2330 | + "slug": "get-a-resource-for-an-organization-copilot-space", |
| 2331 | + "subcategory": "resources", |
| 2332 | + "verb": "get", |
| 2333 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/resources/{space_resource_id}" |
| 2334 | + }, |
| 2335 | + { |
| 2336 | + "slug": "set-a-resource-for-an-organization-copilot-space", |
| 2337 | + "subcategory": "resources", |
| 2338 | + "verb": "put", |
| 2339 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/resources/{space_resource_id}" |
| 2340 | + }, |
| 2341 | + { |
| 2342 | + "slug": "delete-a-resource-from-an-organization-copilot-space", |
| 2343 | + "subcategory": "resources", |
| 2344 | + "verb": "delete", |
| 2345 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/resources/{space_resource_id}" |
| 2346 | + } |
| 2347 | + ], |
2262 | 2348 | "dependabot": [ |
2263 | 2349 | { |
2264 | 2350 | "slug": "lists-the-repositories-dependabot-can-access-in-an-enterprise", |
|
0 commit comments