---
title: "Create Review Comment Product Content"
method: POST
path: "/api/deployments/{deploymentId}/scm_comment_product_content"
tags: ["ReviewCommentProductContentService"]
---

# Create Review Comment Product Content

`POST /api/deployments/{deploymentId}/scm_comment_product_content`

Create a new review comment product content

## Path parameters

- `deploymentId` string, required

## Request body

- ProtosReviewCommentContentV1CreateReviewCommentProductContentRequest
  - `deploymentId` string
  - `reviewCommentProductContent` ProtosCommonV1ReviewCommentContent
    - `id` string
    - `contentType` 'REVIEW_COMMENT_CONTENT_TYPE_ADDENDUM', enum — | value | description | |-------|---------------| | REVIEW_COMMENT_CONTENT_TYPE_ADDENDUM | |
    - `content` string
    - `productContent` ProtosCommonV1ProductContent
      - `productType` 'PRODUCT_SAST' | 'PRODUCT_SCA' | 'PRODUCT_SECRETS' | 'PRODUCT_AI_SAST', enum — | value | description | |-------|---------------| | PRODUCT_SAST | | | PRODUCT_SCA | | | PRODUCT_SECRETS | | | PRODUCT_AI_SAST | |

## Response `200`

OK

- ProtosReviewCommentContentV1CreateReviewCommentProductContentResponse
  - `reviewCommentProductContent` ProtosCommonV1ReviewCommentContent
    - `id` string
    - `contentType` 'REVIEW_COMMENT_CONTENT_TYPE_ADDENDUM', enum — | value | description | |-------|---------------| | REVIEW_COMMENT_CONTENT_TYPE_ADDENDUM | |
    - `content` string
    - `productContent` ProtosCommonV1ProductContent
      - `productType` 'PRODUCT_SAST' | 'PRODUCT_SCA' | 'PRODUCT_SECRETS' | 'PRODUCT_AI_SAST', enum — | value | description | |-------|---------------| | PRODUCT_SAST | | | PRODUCT_SCA | | | PRODUCT_SECRETS | | | PRODUCT_AI_SAST | |

---

[API](https://skmtc.net/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.net/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/versions/6483eeecd582/schema)
