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: docs/v3/source/includes/resources/organizations/_create.md.erb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ Name | Type | Description
42
42
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the organization
43
43
44
44
#### Permitted roles
45
-
|
46
-
--- | ---
47
-
Admin |
48
45
49
-
If the `user_org_creation` feature flag is enabled, any user with the `cloud_controller.write` scope will be able to create organizations.
46
+
Role | Notes
47
+
---- | -----
48
+
Admin |
49
+
All Roles | If the `user_org_creation` feature flag is enabled, any user with the `cloud_controller.write` scope can create organizations, but cannot set the `suspended` field to `true`
Copy file name to clipboardExpand all lines: spec/request/v2/organizations_spec.rb
+78Lines changed: 78 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,5 +122,83 @@
122
122
expect(decoded_response['description']).toeq('Current usage exceeds new quota values. This org currently contains apps running with an unlimited log rate limit.')
123
123
end
124
124
end
125
+
126
+
context'when a OrgManager mutates the status field'do
0 commit comments