Manage Patch Qualifications.
Gets patch qualification details and delete a patch qualification.
delete
/api/v2/tenants/{tenantId}/patches/rating/{intgId}/feed/{patchId}
Deletes a patch qualification in the feed.
Path Parameters
- tenantId
Describes the clientId of the tenant
- intgId
Unique Identifier (UUID) of integration for patch feed
- patchId
Unique Identifier (UUID) of the patch applied
get
/api/v2/tenants/{tenantId}/patches/rating/{intgId}/feed/{patchId}
Gets patch qualification details in the feed.
Path Parameters
- tenantId
Describes the clientId of the tenant
- intgId
Unique Identifier (UUID) of integration for patch feed
- patchId
Unique Identifier (UUID) of the patch applied
00