Approves and Disapproves Multiple Patches on a Given Resource

Approves and disapproves multiple patches

Path Parameters

  • tenantIdstringrequired

    Describes the clientId of the tenant

  • resourceIdstringrequired

    Unique Identifier (UUID) of patched resource

  • approvalTypestringrequired

    Type of approval

    Enum:
    unapproveapprove

Request Body

application/json

    Request Body Samples

    [
      "PATCH-b270488b-a81f-627d-f089-89e020239913",
      "PATCH-6cb12d4d-e8a5-c51e-a391-c8870db7bbca",
      "PATCH-6cb12d4d-e8a5-c51e-a391-c8870db7b234"
    ]

    Responses

    • totalPatchesnumber

    • approvedPatchesnumber

    • invalidPatchesarray of strings

    Response Samples

    {
      "totalPatches": 3,
      "approvedPatches": 2,
      "invalidPatches": [
        "PATCH-6cb12d4d-e8a5-c51e-a391-c8870db7b234"
      ]
    }