# Check mergeability

Endpoint: POST /code/api/v1/repos/{repo_identifier}/merge-check/{range}
Version: 1.0
Security: x-api-key

## Query parameters:

  - `accountIdentifier` (string, required)
    Account Identifier for the Entity.

  - `orgIdentifier` (string)
    Organization Identifier for the Entity.

  - `projectIdentifier` (string)
    Project Identifier for the Entity.

  - `path` (array)
    provide path for diff operation

## Path parameters:

  - `repo_identifier` (string, required)

  - `range` (string, required)
    Example: "main..dev"

## Response 200 fields (application/json):

  - `conflict_files` (array)

  - `mergeable` (boolean)

## Response 401 fields (application/json):

  - `message` (string)

  - `values` (object)


