# Create Orchestration Process Input

Create a new orchestration process input with the provided YAML configuration

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

## Path parameters:

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

## 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)
    YAML configuration for the orchestration process input

## Response 200 fields (application/json):

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

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

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


