Guest User

Untitled

a guest
Dec 12th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?
  2. /**
  3. * @ApiResource(
  4. * collectionOperations={
  5. * "get", // get a list of elements
  6. * "post" // create new elements
  7. * },
  8. * itemOperations={
  9. * "get", // get specific element
  10. * "put", // update element
  11. * "delete" // delete element
  12. * }
  13. * )
  14. */
Add Comment
Please, Sign In to add comment