action extendsclass_patch_bin_id { label: "Partially update a json bin with JSON Merge Patch" provider: extendsclass method: PATCH path: "/bin/{id}" encoding: json output: { properties: { data: { type: "object" } status: { type: "integer" } } } }