# Ingest catalog custom properties for given entity

Ingest catalog custom properties for given entity

Endpoint: POST /v1/catalog/custom-properties/entity
Version: 1.0
Security: x-api-key

## Header parameters:

  - `Harness-Account` (string)
    Identifier field of the account the resource is scoped to.

## Query parameters:

  - `dry_run` (boolean)
    Dry run catalog custom properties

## Request fields (application/json):

  - `entity_ref` (string)

  - `property` (string)

  - `value` (object)

  - `mode` (string)
    Enum: "append", "replace"

  - `properties` (array)

  - `properties.property` (string, required)

  - `properties.value` (object, required)

  - `properties.mode` (string)
    Enum: "append", "replace"

## Response 200 fields (application/json):

  - `status` (string, required)
    Enum: "SUCCESS", "ERROR"

  - `message` (string, required)


