> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/input-types/update-role-asset-link-input.md).

# UpdateRoleAssetLinkInput

Input object for updating the linked asset on an access control.

```graphql
input UpdateRoleAssetLinkInput {
  accessControlId: ID!
  assetId: ID!
}
```

### Fields

#### accessControlId ● [`ID!`](/api/graphql/data-access/scalars/id.md) non-null scalar <a href="#access-control-id" id="access-control-id"></a>

The access control ID whose asset link to update.

#### assetId ● [`ID!`](/api/graphql/data-access/scalars/id.md) non-null scalar <a href="#asset-id" id="asset-id"></a>

The new Collibra asset ID to link.

### Member Of

`updateRoleAssetLink` mutation
