# Override execution Config for DBOPs image tags

Override execution Config for DBOPs image tags

Endpoint: POST /v1/dbops/execution-config/update-config
Version: 1.0
Security: x-api-key

## Header parameters:

  - `Harness-Account` (string)
    Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped.

## Request fields (application/json):

  - `field` (string, required)
    Image tag field names which can be retrieved from get-default-config
    Example: "gitCloneTag, defaultTag, mongoTag, etc"

  - `value` (string, required)
    Value of the image tag
    Example: "harness/drone-git:1.5.6-rootless"

## Response 400 fields (application/json):

  - `message` (string, required)
    error message detail


