# Update emissary endpoint

Update emissary endpoint

Endpoint: POST /gateway/chaos/manager/api/rest/v2/infrastructures/{infrastructureIdentity}/updateemissary
Version: 1.0
Security: 

## Path parameters:

  - `infrastructureIdentity` (string, required)
    Chaos V2 Infra Identity

## Query parameters:

  - `accountIdentifier` (string, required)
    account id that want to access the resource

  - `organizationIdentifier` (string, required)
    organization id that want to access the resource

  - `projectIdentifier` (string, required)
    project id that want to access the resource

  - `environmentIdentifier` (string, required)
    environment identifier to filter resource

## Request fields (application/json):

  - `url` (string)

## Response 400 fields (application/json):

  - `code` (string)
    Enum: "PIPELINE_NOT_FOUND"

  - `description` (string)

  - `message` (string)


