Skip to main content

Patch Discovered Application by ID

PATCH 

/discovered-applications/:id

Update an existing discovered application by using a limited version of the JSON Patch syntax. You can patch these fields: - associatedSources - dismissed

Request

Path Parameters

    id stringrequired

    Discovered application's ID.

    Example: 123e4567-e89b-12d3-a456-426655440000

Body

array

  • Array [

  • op stringrequired

    Possible values: [add, remove, replace]

    The operation to be performed

    path stringrequired

    A string 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

Returns the single patched discovered application.

Schema

    any

Loading...