Using Graph API Beta to update a Channel displayname and moderationsettings

john john Pter 110 Reputation points
2024-03-04T00:57:50.37+00:00

I have this call to update a Teams's Channel "displayName" & " moderationSettings' as follow:-

 

johnjohnPter_0-1709409044913.png

 

 

so my question is there an API call (not-Beta) to do the same action? and in the future what will happen when the beta became a major release? will the above URL which contain /beta/ breaks? or it will keep working?

 

Thanks 

 

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,655 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 95,666 Reputation points MVP
    2024-03-04T16:27:14.62+00:00

    Currently the moderationSettings resource is only exposed via the /beta endpoint, not yet supported under /v1.0. You can use it, but at your own risk - Microsoft does not guarantee that it will not break or change in the future.