---
title: "PATCH /memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}"
method: PATCH
path: "/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}"
---

# PATCH /memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}

`PATCH /memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}`

Provides the details that are necessary to update an ID namespace association.

## Path parameters

- `idNamespaceAssociationIdentifier` string, required
- `membershipIdentifier` string, required

## Request body

- object
  - `name` string — A new name for the ID namespace association.
  - `description` string — A new description for the ID namespace association.
  - `idMappingConfig` object — The configuration settings for the ID mapping table.
    - `allowUseAsDimensionColumn` boolean — <p>An indicator as to whether you can use your column as a dimension column in the ID mapping table (<code>TRUE</code>) or not (<code>FALSE</code>).</p> <p>Default is <code>FALSE</code>.</p>

## Response `200`

Success

- UpdateIdNamespaceAssociationOutput
  - `idNamespaceAssociation` object, required — The updated ID namespace association.
    - `id` string, required — The unique identifier for this ID namespace association.
    - `arn` string, required — The Amazon Resource Name (ARN) of the ID namespace association.
    - `membershipId` string, required — The unique identifier of the membership resource for this ID namespace association.
    - `membershipArn` string, required — The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
    - `collaborationId` string, required — The unique identifier of the collaboration that contains this ID namespace association.
    - `collaborationArn` string, required — The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
    - `name` string, required — The name of this ID namespace association.
    - `description` string — The description of the ID namespace association.
    - `createTime` string, date-time, required — The time at which the ID namespace association was created.
    - `updateTime` string, date-time, required — The most recent time at which the ID namespace association was updated.
    - `inputReferenceConfig` object, required — The input reference configuration for the ID namespace association.
      - `inputReferenceArn` string, required — The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.
      - `manageResourcePolicies` boolean, required — <p>When <code>TRUE</code>, Clean Rooms manages permissions for the ID namespace association resource.</p> <p>When <code>FALSE</code>, the resource owner manages permissions for the ID namespace association resource.</p>
    - `inputReferenceProperties` object, required — The input reference properties for the ID namespace association.
      - `idNamespaceType` 'SOURCE' | 'TARGET', required — The ID namespace type for this ID namespace association.
      - `idMappingWorkflowsSupported` Document[], required — Defines how ID mapping workflows are supported for this ID namespace association.
    - `idMappingConfig` object — The configuration settings for the ID mapping table.
      - `allowUseAsDimensionColumn` boolean, required — <p>An indicator as to whether you can use your column as a dimension column in the ID mapping table (<code>TRUE</code>) or not (<code>FALSE</code>).</p> <p>Default is <code>FALSE</code>.</p>

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/cleanrooms.md) · [All operations](https://skmtc.net/aws/apis/cleanrooms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/cleanrooms/versions/17ce59ba806e/schema)
