# Update Release Conflict

Update release ID and type for a release conflict

Endpoint: PUT /rmg/api/conflicts/{executionId}
Version: 1.0
Security: x-api-key

## Path parameters:

  - `executionId` (string, required)
    ID of the execution to update

## Header parameters:

  - `Harness-Account` (string, required)
    Account Identifier

## Request fields (application/json):

  - `releaseId` (string, required)
    ID of the release to associate with the execution

  - `type` (string, required)
    Type of release.
    Enum: "System", "Beta", "Hotfix", "Patch"

  - `comments` (string)

## Response 200 fields (application/json):

  - `success` (boolean, required)

  - `executionId` (string, required)

## Response 400 fields (application/json):

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

  - `code` (string)
    canonical error code name
    Enum: "BAD_REQUEST", "UNAUTHORIZED", "FORBIDDEN", "NOT_FOUND", "INTERNAL_SERVER_ERROR"


