Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. /**
  2. * METHOD URL
  3. * Description
  4. *
  5. * -- Parameters --
  6. * URL Params: [field only present if not empty]
  7. * - name: description and format
  8. *
  9. * Body: [field only present if not empty]
  10. * - name (type): description and format
  11. *
  12. * -- Success --
  13. * - (type) description
  14. *
  15. * -- Failure --
  16. * - (error code): Error class
  17. * - causes for this error
  18. *
  19. * -- Example --
  20. * Request:
  21. *
  22. * Response:
  23. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement