Skip to main content

Update Discovery Criteria

PATCH 

/appid/api/v1/app/criteria/:id

Update details of the discovery criteria by ID.

Note: You need application feature with Create or Update permission to access this endpoint. Verify if your permission group includes this feature using the Get Permission Group by ID endpoint. You can also check this in the Prisma Cloud console by ensuring that Application Inventory > Applications is enabled.

Request

Path Parameters

    id stringrequired

    ID of the criteria.

Body

required
    name stringrequired
    app objectrequired
    property name* object
    metadata objectrequired
    property name* object

Responses

Successful operation

Schema

    object

Loading...