diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index c6e35f49..adf27cfd 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -22173,7 +22173,7 @@ "CAN_MANAGE_SPOTTER" ] }, - "description": "Privileges that will be assigned to the group. Note: AUTHORING is a no-op — always inherited via ALL_GROUP, assigning it has no effect.", + "description": "Privileges that will be assigned to the group.", "nullable": true }, "sub_group_identifiers": { @@ -22613,7 +22613,8 @@ "USER", "USER_GROUP", "ROLE", - "FEEDBACK" + "FEEDBACK", + "COLLECTION" ], "description": " Type of metadata.\n \n\nRequired if the name of the object is set as the identifier. This attribute is optional when the object GUID is specified as the identifier.", "nullable": true @@ -27294,7 +27295,7 @@ "type": "string" }, "privileges": { - "description": "Privileges to assign to the group. Note: AUTHORING is a no-op — always inherited via ALL_GROUP, assigning it has no effect.", + "description": "Privileges to assign to the group", "type": "array", "items": { "type": "string", @@ -27593,7 +27594,7 @@ "type": "string" }, "privileges": { - "description": "Privileges to assign to the group. Note: AUTHORING is a no-op — always inherited via ALL_GROUP, assigning it has no effect.", + "description": "Privileges to assign to the group.", "type": "array", "items": { "type": "string", @@ -28744,7 +28745,7 @@ "type": "string" }, "privileges": { - "description": "Privileges granted to the Role. See [Documentation](https://developers.thoughtspot.com/docs/rbac#_role_categories_and_privileges)for supported roles privileges. Note: AUTHORING is a no-op — always inherited via ALL_GROUP, assigning it has no effect.", + "description": "Privileges granted to the Role. See [Documentation](https://developers.thoughtspot.com/docs/rbac#_role_categories_and_privileges)for supported roles privileges.", "type": "array", "items": { "type": "string", @@ -28939,7 +28940,7 @@ "type": "string" }, "privileges": { - "description": "Privileges granted to the role. See [Documentation](https://developers.thoughtspot.com/docs/rbac#_role_categories_and_privileges)for supported roles privileges. Note: AUTHORING is a no-op — always inherited via ALL_GROUP, assigning it has no effect.", + "description": "Privileges granted to the role. See [Documentation](https://developers.thoughtspot.com/docs/rbac#_role_categories_and_privileges)for supported roles privileges.", "type": "array", "items": { "type": "string", @@ -32441,4 +32442,4 @@ } } ] -} \ No newline at end of file +}