# Update Git details

Update Git details for multiple version.

Endpoint: PUT /v1/orgs/{org}/templates/git-metadata/{template}
Version: 1.0
Security: x-api-key

## Path parameters:

  - `template` (string, required)
    Template Identifier

  - `org` (string, required)
    Organization Identifier

## Header parameters:

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

## Request fields (application/json):

  - `version` (string)

  - `git_details` (object)
    Git Details

  - `git_details.file_path` (string)

  - `git_details.repo_name` (string)

  - `git_details.connector_ref` (string)

## Response 200 fields (application/json):

  - `status` (boolean)


