# Pin DB DevOps image versions from the account setting

Parses, validates, and applies the raw dbops_drone_image_version_override setting value.

Endpoint: POST /v1/dbops/execution-config/pin-image
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):

  - `value` (string,null, required)
    Raw JSON value stored in the dbops_drone_image_version_override account setting

## Response 400 fields (application/json):

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


