Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 275 Bytes

api.md

File metadata and controls

20 lines (13 loc) · 275 Bytes

#REST API This document is machine generated by rs.doc.builder.RsDocBuilder do not edit this document.

GET /foo/bar/{id}

This method really raises the bar.

Query:

  • baz (String) - The name of the baz.

application/json

{
  "id" : null,
  "baz" : null
}