You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SharpBucket/V2/Pocos/WorkspaceRole.cs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
namespaceSharpBucket.V2.Pocos
2
2
{
3
+
usingSystem;
4
+
3
5
/// <summary>
4
6
/// Enumeration of the possible roles (or permission level) that a user can have on a workspace.
5
7
/// </summary>
@@ -8,6 +10,7 @@ public enum WorkspaceRole
8
10
/// <summary>
9
11
/// User has write access to at least one repository in the workspace.
10
12
/// </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/")]
0 commit comments