# Update Orchestration Process

Update an orchestration process with the provided YAML configuration

Endpoint: PUT /rmg/api/orchestration/process/{identifier}
Version: 1.0
Security: x-api-key

## Path parameters:

  - `identifier` (string, required)
    The identifier of the orchestration process to update

## Header parameters:

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

## Query parameters:

  - `orgIdentifier` (string)
    Organisation Identifier

  - `projectIdentifier` (string)
    Project Identifier

## Request fields (application/json):

  - `yaml` (string, required)

## Response 200 fields (application/json):

  - `identifier` (string, required)
    Identifier of the updated orchestration process

  - `yaml` (string, required)
    YAML configuration of the updated orchestration process

## 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"


