Skip to content

Commit 96d068c

Browse files
committed
Tag Collaborator role as obsolete to follow official deprecation notice.
But wait to get more information on the new project permissions system before doing more.
1 parent 8e1073a commit 96d068c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SharpBucket/V2/Pocos/WorkspaceRole.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
namespace SharpBucket.V2.Pocos
22
{
3+
using System;
4+
35
/// <summary>
46
/// Enumeration of the possible roles (or permission level) that a user can have on a workspace.
57
/// </summary>
@@ -8,6 +10,7 @@ public enum WorkspaceRole
810
/// <summary>
911
/// User has write access to at least one repository in the workspace.
1012
/// </summary>
13+
[Obsolete("Deprecation notice - Removing Collaborator role in Bitbucket Cloud API on 1 June 2022. See https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-collaborator-role/")]
1114
Collaborator,
1215

1316
/// <summary>

0 commit comments

Comments
 (0)