Re: [Specifications] Adding already existing resources as collection members

@elf-pavlik: I would envision it to look something like this:

```json
{
  "@context": { ... },
  "@id": "/videos/144522067",
  "operation": [
    {
      "@type": ["hydra:Operation", "foo:Like"],
      "method": "PUT",
      "@id": "/users/elfpavlik/likes/144522067"
    }
  ]
}
```

-- 
GitHub Notification of comment by asbjornu
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/134#issuecomment-336084208 using your GitHub account

Received on Thursday, 12 October 2017 10:11:10 UTC