# Tags

Tag actions (Create, Delete, Get, Update) apply to <b>company tags</b> only. Tags can’t be updated via the supplier endpoint, as they may link to multiple suppliers. When a company tag is updated/deleted, all associated suppliers are automatically updated — no separate supplier update is needed.

## Get All Company Tags

 - [GET /v2/tags](https://panorays-papi-v2-documentation.redocly.app/swagger/tags/getcompanytags.md): This endpoint will return data of the company tags.

## Create Company Tag

 - [POST /v2/tags](https://panorays-papi-v2-documentation.redocly.app/swagger/tags/createcompanytag.md): This endpoint will create a new tag.

## Update Company Tag

 - [PUT /v2/tags/{id}](https://panorays-papi-v2-documentation.redocly.app/swagger/tags/updatecompanytag.md): This endpoint will update the name of a tag.

## Delete Company Tag

 - [DELETE /v2/tags/{id}](https://panorays-papi-v2-documentation.redocly.app/swagger/tags/deletecompanytag.md): This endpoint will delete a tag.

