URL
POST https://{api-url}/api/v2/tenants/{tenantId}/patches/baselines/{baselineId}/{patchId}/{action}
Sample URLs
To assign a patch baseline:
https://{api-url}/api/v2/tenants/client_16/patches/baselines/PBL-bafd3744-9a59-4cd6-9825-00a0a5a54f6e/PATCH-cca33490-d1bf-4a99-bb6d-7056bb5d7360/ASSIGN
To unassign a patch baseline:
https://{api-url}/api/v2/tenants/client_16/patches/baselines/PBL-bafd3744-9a59-4cd6-9825-00a0a5a54f6e/PATCH-cca33490-d1bf-4a99-bb6d-7056bb5d7360/UNASSIGN
The value {action} can be either ASSIGN or UNASSIGN.
Sample response
Null