Edit Org Collection
keychain_edit_org_collectionRename an organization collection by providing the collection ID, organization ID, and a new display name.
Instructions
Rename an existing organization-scoped collection inside the required organizationId. This mutates collection metadata only and returns the updated collection summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable Bitwarden object id returned by list/search/get/create tools. | |
| name | Yes | New display name for the organization collection. | |
| organizationId | Yes | Bitwarden organization id; required for org-scoped collection operations. |