PatchResources

PatchResources
PatchResources

Patch Resources is an action to create/patch resources in response to an event.

AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "injections": [
        {
            "key": "string",
            "value": {
                "resource_type": "string"
            }
        }
    ]
}