Skip to main content

Update Multi-Host Integration

PATCH 

/multihosts/:id

Update existing sources within Multi-Host Integration.

A token with Org Admin or Multi-Host Admin authority is required to access this endpoint.

Request

Path Parameters

    multihost_id stringrequired

    ID of the Multi-Host Integration to update.

Body

array

required

This endpoint allows you to update a Multi-Host Integration.

  • Array [

  • op stringrequired

    Possible values: [add, replace]

    The operation to be performed

    path stringrequired

    A string JSON Pointer representing the target path to an element to be affected by the operation

    value

    object

    The value to be used for the operation, required for "add" and "replace" operations

    oneOf

    string

  • ]

Responses

OK. Returned if the request was successfully accepted into the system.

Loading...