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