# Asset Comments Coming soon; [contact us](mailto:help@dash.app) if you need access to this API endpoint. ## Get an asset's comments - [GET /assets/{id}/comments](https://api-docs.dash.app/dash/openapi/asset-comments/getassetcomments.md): Get all of the Comment resources for the specified Asset. ## Create a comment on an asset - [POST /assets/{id}/comments](https://api-docs.dash.app/dash/openapi/asset-comments/postassetcomments.md): Create a new Comment for the specified Asset. ## Update an asset comment - [PATCH /comments/{id}](https://api-docs.dash.app/dash/openapi/asset-comments/patchcomment.md): Patch a Comment ## Delete an asset comment - [DELETE /comments/{id}](https://api-docs.dash.app/dash/openapi/asset-comments/deletecomment.md): Delete a Comment resource.