|
19813 | 19813 | <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the channel should be marked as recommended for all members of the team to show in their channel list. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false." /> |
19814 | 19814 | </Property> |
19815 | 19815 | <Property Name="layoutType" Type="graph.channelLayoutType"> |
19816 | | - <Annotation Term="Org.OData.Core.V1.Description" String="The layout type of the channel. Can be set during creation and can be updated. The possible values are: post, chat, unknownFutureValue. The default value is post. Channels with post layout use traditional post-reply conversation format, while channels with chat layout provide a chat-like threading experience similar to group chats." /> |
| 19816 | + <Annotation Term="Org.OData.Core.V1.Description" String="The layout type of the channel. It can be set during creation and updated later. The possible values are: post, chat, unknownFutureValue. The default value is post. Channels with the post layout use a traditional post‑reply conversation format, and channels with the chat layout provide a chat‑like threading experience similar to group chats." /> |
19817 | 19817 | </Property> |
19818 | 19818 | <Property Name="membershipType" Type="graph.channelMembershipType"> |
19819 | 19819 | <Annotation Term="Org.OData.Core.V1.Description" String="The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: shared." /> |
@@ -47041,20 +47041,44 @@ |
47041 | 47041 | </Property> |
47042 | 47042 | </EntityType> |
47043 | 47043 | <EntityType Name="teamworkSection" BaseType="graph.entity"> |
47044 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
47045 | | - <Property Name="displayIcon" Type="graph.sectionDisplayIcon" /> |
47046 | | - <Property Name="displayName" Type="Edm.String" Nullable="false" /> |
47047 | | - <Property Name="isExpanded" Type="Edm.Boolean" /> |
47048 | | - <Property Name="isHierarchicalViewEnabled" Type="Edm.Boolean" /> |
47049 | | - <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
47050 | | - <Property Name="sectionType" Type="graph.sectionType" /> |
47051 | | - <Property Name="sortType" Type="graph.sectionSortType" /> |
47052 | | - <NavigationProperty Name="items" Type="Collection(graph.teamworkSectionItem)" ContainsTarget="true" /> |
| 47044 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset"> |
| 47045 | + <Annotation Term="Org.OData.Core.V1.Description" String="Date and time when the section was created. Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z." /> |
| 47046 | + </Property> |
| 47047 | + <Property Name="displayIcon" Type="graph.sectionDisplayIcon"> |
| 47048 | + <Annotation Term="Org.OData.Core.V1.Description" String="The icon displayed for the section." /> |
| 47049 | + </Property> |
| 47050 | + <Property Name="displayName" Type="Edm.String" Nullable="false"> |
| 47051 | + <Annotation Term="Org.OData.Core.V1.Description" String="The display name of the section. Required. Maximum length is 50 characters. Display names are case-sensitive and must be unique within a user's sections. The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities." /> |
| 47052 | + </Property> |
| 47053 | + <Property Name="isExpanded" Type="Edm.Boolean"> |
| 47054 | + <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the section is expanded in the user interface. The default value is true." /> |
| 47055 | + </Property> |
| 47056 | + <Property Name="isHierarchicalViewEnabled" Type="Edm.Boolean"> |
| 47057 | + <Annotation Term="Org.OData.Core.V1.Description" String="Indicates whether the hierarchical view is enabled for the section. Read-only." /> |
| 47058 | + </Property> |
| 47059 | + <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset"> |
| 47060 | + <Annotation Term="Org.OData.Core.V1.Description" String="Date and time when the section was last modified. Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z." /> |
| 47061 | + </Property> |
| 47062 | + <Property Name="sectionType" Type="graph.sectionType"> |
| 47063 | + <Annotation Term="Org.OData.Core.V1.Description" String="The type of the section. The possible values are: userDefined, systemDefined, unknownFutureValue. Read-only." /> |
| 47064 | + </Property> |
| 47065 | + <Property Name="sortType" Type="graph.sectionSortType"> |
| 47066 | + <Annotation Term="Org.OData.Core.V1.Description" String="The sort order of items in the section. The valid values depend on the sectionType. The possible values are: mostRecent, unreadThenMostRecent, nameAlphabetical, userDefinedCustomOrder, unknownFutureValue." /> |
| 47067 | + </Property> |
| 47068 | + <NavigationProperty Name="items" Type="Collection(graph.teamworkSectionItem)" ContainsTarget="true"> |
| 47069 | + <Annotation Term="Org.OData.Core.V1.Description" String="The items (chats, channels, meetings, or communities) organized within the section." /> |
| 47070 | + </NavigationProperty> |
47053 | 47071 | </EntityType> |
47054 | 47072 | <EntityType Name="teamworkSectionItem" BaseType="graph.entity"> |
47055 | | - <Property Name="createdDateTime" Type="Edm.DateTimeOffset" /> |
47056 | | - <Property Name="itemType" Type="graph.sectionItemType" /> |
47057 | | - <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" /> |
| 47073 | + <Property Name="createdDateTime" Type="Edm.DateTimeOffset"> |
| 47074 | + <Annotation Term="Org.OData.Core.V1.Description" String="Date and time when the item was added to the section. Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z." /> |
| 47075 | + </Property> |
| 47076 | + <Property Name="itemType" Type="graph.sectionItemType"> |
| 47077 | + <Annotation Term="Org.OData.Core.V1.Description" String="The type of the item. The possible values are: chat, channel, meeting, community, unknownFutureValue. Read-only." /> |
| 47078 | + </Property> |
| 47079 | + <Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset"> |
| 47080 | + <Annotation Term="Org.OData.Core.V1.Description" String="Date and time when the item was last modified. Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z." /> |
| 47081 | + </Property> |
47058 | 47082 | </EntityType> |
47059 | 47083 | <EntityType Name="teamworkTag" BaseType="graph.entity"> |
47060 | 47084 | <Property Name="description" Type="Edm.String"> |
|
50993 | 51017 | <NavigationProperty Name="installedApps" Type="Collection(graph.userScopeTeamsAppInstallation)" ContainsTarget="true"> |
50994 | 51018 | <Annotation Term="Org.OData.Core.V1.Description" String="The apps installed in the personal scope of this user." /> |
50995 | 51019 | </NavigationProperty> |
50996 | | - <NavigationProperty Name="sections" Type="Collection(graph.teamworkSection)" ContainsTarget="true" /> |
| 51020 | + <NavigationProperty Name="sections" Type="Collection(graph.teamworkSection)" ContainsTarget="true"> |
| 51021 | + <Annotation Term="Org.OData.Core.V1.Description" String="The sections in the user's chat list." /> |
| 51022 | + </NavigationProperty> |
50997 | 51023 | </EntityType> |
50998 | 51024 | <EntityType Name="userVirtualEventsRoot" BaseType="graph.entity"> |
50999 | 51025 | <NavigationProperty Name="webinars" Type="Collection(graph.virtualEventWebinar)" /> |
@@ -74126,10 +74152,18 @@ |
74126 | 74152 | <Property Name="tooltip" Type="Edm.String" /> |
74127 | 74153 | </ComplexType> |
74128 | 74154 | <ComplexType Name="sectionDisplayIcon"> |
74129 | | - <Property Name="contentUrl" Type="Edm.String" /> |
74130 | | - <Property Name="displayName" Type="Edm.String" /> |
74131 | | - <Property Name="iconType" Type="Edm.String" Nullable="false" /> |
74132 | | - <Property Name="skinTone" Type="graph.sectionIconSkinTone" /> |
| 74155 | + <Property Name="contentUrl" Type="Edm.String"> |
| 74156 | + <Annotation Term="Org.OData.Core.V1.Description" String="The URL to a custom icon image. Applicable when iconType is custom." /> |
| 74157 | + </Property> |
| 74158 | + <Property Name="displayName" Type="Edm.String"> |
| 74159 | + <Annotation Term="Org.OData.Core.V1.Description" String="The human-readable name of the icon." /> |
| 74160 | + </Property> |
| 74161 | + <Property Name="iconType" Type="Edm.String" Nullable="false"> |
| 74162 | + <Annotation Term="Org.OData.Core.V1.Description" String="The type of icon. Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon." /> |
| 74163 | + </Property> |
| 74164 | + <Property Name="skinTone" Type="graph.sectionIconSkinTone"> |
| 74165 | + <Annotation Term="Org.OData.Core.V1.Description" String="The skin tone variant applied to the icon. Read-only. The possible values are: light, mediumLight, medium, mediumDark, dark, unknownFutureValue." /> |
| 74166 | + </Property> |
74133 | 74167 | </ComplexType> |
74134 | 74168 | <ComplexType Name="sectionLinks"> |
74135 | 74169 | <Property Name="oneNoteClientUrl" Type="graph.externalLink"> |
|
93666 | 93700 | <Parameter Name="bindingParameter" Type="graph.teamworkSectionItem" /> |
93667 | 93701 | <Parameter Name="targetSectionId" Type="Edm.String" Nullable="false" Unicode="false" /> |
93668 | 93702 | <ReturnType Type="graph.teamworkSectionItem" /> |
| 93703 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 93704 | + <Record> |
| 93705 | + <PropertyValue Property="Description" String="teamworkSectionItem: move" /> |
| 93706 | + <PropertyValue Property="LongDescription" String="Move an item from one user-defined section to another user-defined section in a user's teamwork. Each item can belong to only one section at a time. This action removes the item from its current section and adds it to the target section. Use this action instead of add when the item is already in a user-defined section." /> |
| 93707 | + </Record> |
| 93708 | + </Annotation> |
| 93709 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 93710 | + <Collection> |
| 93711 | + <Record> |
| 93712 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/action" /> |
| 93713 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/teamworksectionitem-move?view=graph-rest-beta" /> |
| 93714 | + </Record> |
| 93715 | + </Collection> |
| 93716 | + </Annotation> |
93669 | 93717 | </Action> |
93670 | 93718 | <Action Name="moveDevicesToOU" IsBound="true"> |
93671 | 93719 | <Parameter Name="bindingParameter" Type="Collection(graph.managedDevice)" /> |
|
99612 | 99660 | <Term Name="teamCreationMode" Type="Edm.String" AppliesTo="microsoft.graph.team"> |
99613 | 99661 | <Annotation Term="Org.OData.Core.V1.LongDescription" String="Indicates that the team is in a migration state and is currently being used for migration purposes. It accepts one value: migration. Note: In the future, Microsoft may require you or your customers to pay additional fees based on the amount of data imported." /> |
99614 | 99662 | </Term> |
| 99663 | + <Term Name="sectionsOrder" Type="Collection(Edm.String)" AppliesTo="microsoft.graph.teamworkSection"> |
| 99664 | + <Annotation Term="Org.OData.Core.V1.LongDescription" String="An ordered array of section IDs that represent the user's preferred section order." /> |
| 99665 | + </Term> |
| 99666 | + <Term Name="sectionsVersion" Type="Edm.String" AppliesTo="microsoft.graph.teamworkSection"> |
| 99667 | + <Annotation Term="Org.OData.Core.V1.LongDescription" String="The current section hierarchy version. Use this value as the If-Match header for optimistic concurrency control on mutation operations (create, update, or delete sections, and add, remove, or move items)." /> |
| 99668 | + </Term> |
99615 | 99669 | <Annotations Target="microsoft.graph.user/joinedGroups"> |
99616 | 99670 | <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
99617 | 99671 | <Record> |
@@ -110952,6 +111006,98 @@ |
110952 | 111006 | </Collection> |
110953 | 111007 | </Annotation> |
110954 | 111008 | </Annotations> |
| 111009 | + <Annotations Target="microsoft.graph.GraphService/users/teamwork/sections"> |
| 111010 | + <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
| 111011 | + <Record> |
| 111012 | + <PropertyValue Property="Description" String="List sections" /> |
| 111013 | + <PropertyValue Property="LongDescription" String="Get the list of sections in a user's teamwork." /> |
| 111014 | + <PropertyValue Property="ReadByKeyRestrictions"> |
| 111015 | + <Record> |
| 111016 | + <PropertyValue Property="Description" String="Get teamworkSection" /> |
| 111017 | + <PropertyValue Property="LongDescription" String="Read the properties of a section in a user's teamwork." /> |
| 111018 | + </Record> |
| 111019 | + </PropertyValue> |
| 111020 | + </Record> |
| 111021 | + </Annotation> |
| 111022 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 111023 | + <Collection> |
| 111024 | + <Record> |
| 111025 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" /> |
| 111026 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/userteamwork-list-sections?view=graph-rest-beta" /> |
| 111027 | + </Record> |
| 111028 | + <Record> |
| 111029 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" /> |
| 111030 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/userteamwork-post-sections?view=graph-rest-beta" /> |
| 111031 | + </Record> |
| 111032 | + <Record> |
| 111033 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" /> |
| 111034 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/teamworksection-delete?view=graph-rest-beta" /> |
| 111035 | + </Record> |
| 111036 | + <Record> |
| 111037 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/get" /> |
| 111038 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/teamworksection-get?view=graph-rest-beta" /> |
| 111039 | + </Record> |
| 111040 | + <Record> |
| 111041 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/update" /> |
| 111042 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/teamworksection-update?view=graph-rest-beta" /> |
| 111043 | + </Record> |
| 111044 | + </Collection> |
| 111045 | + </Annotation> |
| 111046 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 111047 | + <Record> |
| 111048 | + <PropertyValue Property="Description" String="Create teamworkSection" /> |
| 111049 | + <PropertyValue Property="LongDescription" String="Create a new section in a user's teamwork." /> |
| 111050 | + </Record> |
| 111051 | + </Annotation> |
| 111052 | + <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
| 111053 | + <Record> |
| 111054 | + <PropertyValue Property="Description" String="Delete teamworkSection" /> |
| 111055 | + <PropertyValue Property="LongDescription" String="Delete a user-defined section from a user's teamwork. System-defined sections can't be deleted." /> |
| 111056 | + </Record> |
| 111057 | + </Annotation> |
| 111058 | + <Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"> |
| 111059 | + <Record> |
| 111060 | + <PropertyValue Property="Description" String="Update teamworkSection" /> |
| 111061 | + <PropertyValue Property="LongDescription" String="Update the properties of a section in a user's teamwork. For system-defined sections, only the sortType property can be updated." /> |
| 111062 | + </Record> |
| 111063 | + </Annotation> |
| 111064 | + </Annotations> |
| 111065 | + <Annotations Target="microsoft.graph.GraphService/users/teamwork/sections/items"> |
| 111066 | + <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
| 111067 | + <Record> |
| 111068 | + <PropertyValue Property="Description" String="List items" /> |
| 111069 | + <PropertyValue Property="LongDescription" String="Get the list of items in a section of a user's teamwork." /> |
| 111070 | + </Record> |
| 111071 | + </Annotation> |
| 111072 | + <Annotation Term="Org.OData.Core.V1.Links"> |
| 111073 | + <Collection> |
| 111074 | + <Record> |
| 111075 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/list" /> |
| 111076 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/teamworksection-list-items?view=graph-rest-beta" /> |
| 111077 | + </Record> |
| 111078 | + <Record> |
| 111079 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/create" /> |
| 111080 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/teamworksection-post-items?view=graph-rest-beta" /> |
| 111081 | + </Record> |
| 111082 | + <Record> |
| 111083 | + <PropertyValue Property="rel" String="https://graph.microsoft.com/rels/docs/delete" /> |
| 111084 | + <PropertyValue Property="href" String="https://learn.microsoft.com/graph/api/teamworksectionitem-delete?view=graph-rest-beta" /> |
| 111085 | + </Record> |
| 111086 | + </Collection> |
| 111087 | + </Annotation> |
| 111088 | + <Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"> |
| 111089 | + <Record> |
| 111090 | + <PropertyValue Property="Description" String="Add teamworkSectionItem" /> |
| 111091 | + <PropertyValue Property="LongDescription" String="Add an item, such as a chat, channel, meeting, or community, to a user-defined section in a user's teamwork. Each item can belong to only one section at a time. You can only add items that are currently in a system-defined section. If the item is already in another user-defined section, use the move action to relocate it." /> |
| 111092 | + </Record> |
| 111093 | + </Annotation> |
| 111094 | + <Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"> |
| 111095 | + <Record> |
| 111096 | + <PropertyValue Property="Description" String="Remove teamworkSectionItem" /> |
| 111097 | + <PropertyValue Property="LongDescription" String="Remove an item from a user-defined section in a user's teamwork. This API doesn't delete the underlying chat, channel, meeting, or community; it only removes the item from the user-defined section. The item is automatically moved back to its default system-defined section." /> |
| 111098 | + </Record> |
| 111099 | + </Annotation> |
| 111100 | + </Annotations> |
110955 | 111101 | <Annotations Target="microsoft.graph.GraphService/users/transcripts"> |
110956 | 111102 | <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
110957 | 111103 | <Record> |
|
0 commit comments