action extendsclass_put_bin_id { label: "Update a json bin" provider: extendsclass method: PUT path: "/bin/{id}" encoding: json output: { properties: { data: { type: "object" } status: { type: "integer" } } } }