|
1553 | 1553 | } |
1554 | 1554 | ] |
1555 | 1555 | }, |
| 1556 | + "organization_copilot_spaces": { |
| 1557 | + "title": "Copilot Spaces", |
| 1558 | + "displayTitle": "Organization permissions for \"Copilot Spaces\"", |
| 1559 | + "permissions": [ |
| 1560 | + { |
| 1561 | + "category": "copilot-spaces", |
| 1562 | + "slug": "list-organization-copilot-spaces", |
| 1563 | + "subcategory": "copilot-spaces", |
| 1564 | + "verb": "get", |
| 1565 | + "requestPath": "/orgs/{org}/copilot-spaces", |
| 1566 | + "access": "read", |
| 1567 | + "user-to-server": true, |
| 1568 | + "server-to-server": true, |
| 1569 | + "additional-permissions": false |
| 1570 | + }, |
| 1571 | + { |
| 1572 | + "category": "copilot-spaces", |
| 1573 | + "slug": "create-an-organization-copilot-space", |
| 1574 | + "subcategory": "copilot-spaces", |
| 1575 | + "verb": "post", |
| 1576 | + "requestPath": "/orgs/{org}/copilot-spaces", |
| 1577 | + "access": "write", |
| 1578 | + "user-to-server": true, |
| 1579 | + "server-to-server": true, |
| 1580 | + "additional-permissions": false |
| 1581 | + }, |
| 1582 | + { |
| 1583 | + "category": "copilot-spaces", |
| 1584 | + "slug": "get-an-organization-copilot-space", |
| 1585 | + "subcategory": "copilot-spaces", |
| 1586 | + "verb": "get", |
| 1587 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}", |
| 1588 | + "access": "read", |
| 1589 | + "user-to-server": true, |
| 1590 | + "server-to-server": true, |
| 1591 | + "additional-permissions": false |
| 1592 | + }, |
| 1593 | + { |
| 1594 | + "category": "copilot-spaces", |
| 1595 | + "slug": "set-an-organization-copilot-space", |
| 1596 | + "subcategory": "copilot-spaces", |
| 1597 | + "verb": "put", |
| 1598 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}", |
| 1599 | + "access": "write", |
| 1600 | + "user-to-server": true, |
| 1601 | + "server-to-server": true, |
| 1602 | + "additional-permissions": false |
| 1603 | + }, |
| 1604 | + { |
| 1605 | + "category": "copilot-spaces", |
| 1606 | + "slug": "delete-an-organization-copilot-space", |
| 1607 | + "subcategory": "copilot-spaces", |
| 1608 | + "verb": "delete", |
| 1609 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}", |
| 1610 | + "access": "write", |
| 1611 | + "user-to-server": true, |
| 1612 | + "server-to-server": true, |
| 1613 | + "additional-permissions": false |
| 1614 | + }, |
| 1615 | + { |
| 1616 | + "category": "copilot-spaces", |
| 1617 | + "slug": "list-resources-for-an-organization-copilot-space", |
| 1618 | + "subcategory": "resources", |
| 1619 | + "verb": "get", |
| 1620 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/resources", |
| 1621 | + "access": "read", |
| 1622 | + "user-to-server": true, |
| 1623 | + "server-to-server": true, |
| 1624 | + "additional-permissions": false |
| 1625 | + }, |
| 1626 | + { |
| 1627 | + "category": "copilot-spaces", |
| 1628 | + "slug": "create-a-resource-for-an-organization-copilot-space", |
| 1629 | + "subcategory": "resources", |
| 1630 | + "verb": "post", |
| 1631 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/resources", |
| 1632 | + "access": "write", |
| 1633 | + "user-to-server": true, |
| 1634 | + "server-to-server": true, |
| 1635 | + "additional-permissions": false |
| 1636 | + }, |
| 1637 | + { |
| 1638 | + "category": "copilot-spaces", |
| 1639 | + "slug": "get-a-resource-for-an-organization-copilot-space", |
| 1640 | + "subcategory": "resources", |
| 1641 | + "verb": "get", |
| 1642 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/resources/{space_resource_id}", |
| 1643 | + "access": "read", |
| 1644 | + "user-to-server": true, |
| 1645 | + "server-to-server": true, |
| 1646 | + "additional-permissions": false |
| 1647 | + }, |
| 1648 | + { |
| 1649 | + "category": "copilot-spaces", |
| 1650 | + "slug": "set-a-resource-for-an-organization-copilot-space", |
| 1651 | + "subcategory": "resources", |
| 1652 | + "verb": "put", |
| 1653 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/resources/{space_resource_id}", |
| 1654 | + "access": "write", |
| 1655 | + "user-to-server": true, |
| 1656 | + "server-to-server": true, |
| 1657 | + "additional-permissions": false |
| 1658 | + }, |
| 1659 | + { |
| 1660 | + "category": "copilot-spaces", |
| 1661 | + "slug": "delete-a-resource-from-an-organization-copilot-space", |
| 1662 | + "subcategory": "resources", |
| 1663 | + "verb": "delete", |
| 1664 | + "requestPath": "/orgs/{org}/copilot-spaces/{space_number}/resources/{space_resource_id}", |
| 1665 | + "access": "write", |
| 1666 | + "user-to-server": true, |
| 1667 | + "server-to-server": true, |
| 1668 | + "additional-permissions": false |
| 1669 | + } |
| 1670 | + ] |
| 1671 | + }, |
1556 | 1672 | "organization_copilot_agent_settings": { |
1557 | 1673 | "title": "Copilot agent settings", |
1558 | 1674 | "displayTitle": "Organization permissions for \"Copilot agent settings\"", |
|
0 commit comments