# Attribute Contents ## List attribute contents - [GET /v1/attributes/{attributeUuid}/contents](https://docs.apiera.io/openapi/attribute-contents/paths/~1v1~1attributes~1%7Battributeuuid%7D~1contents/get.md): Retrieves a paginated list of localized content for an attribute. ## Create attribute content - [POST /v1/attributes/{attributeUuid}/contents](https://docs.apiera.io/openapi/attribute-contents/paths/~1v1~1attributes~1%7Battributeuuid%7D~1contents/post.md): Creates localized content for an attribute. ## Bulk create attribute contents - [POST /v1/attributes/{attributeUuid}/contents/bulk](https://docs.apiera.io/openapi/attribute-contents/paths/~1v1~1attributes~1%7Battributeuuid%7D~1contents~1bulk/post.md): Creates multiple localized content entries for an attribute in a single operation. ## Bulk update attribute contents - [PATCH /v1/attributes/{attributeUuid}/contents/bulk](https://docs.apiera.io/openapi/attribute-contents/paths/~1v1~1attributes~1%7Battributeuuid%7D~1contents~1bulk/patch.md): Updates multiple localized content entries in a single operation. ## Get attribute content - [GET /v1/attributes/{attributeUuid}/contents/{attributeContentUuid}](https://docs.apiera.io/openapi/attribute-contents/paths/~1v1~1attributes~1%7Battributeuuid%7D~1contents~1%7Battributecontentuuid%7D/get.md): Retrieves a single localized content entry for an attribute. ## Update attribute content - [PATCH /v1/attributes/{attributeUuid}/contents/{attributeContentUuid}](https://docs.apiera.io/openapi/attribute-contents/paths/~1v1~1attributes~1%7Battributeuuid%7D~1contents~1%7Battributecontentuuid%7D/patch.md): Updates localized content for an attribute. Only provided fields are updated. ## Delete attribute content - [DELETE /v1/attributes/{attributeUuid}/contents/{attributeContentUuid}](https://docs.apiera.io/openapi/attribute-contents/paths/~1v1~1attributes~1%7Battributeuuid%7D~1contents~1%7Battributecontentuuid%7D/delete.md): Permanently deletes localized content for an attribute.