Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 1.59 KB

Category_official.md

File metadata and controls

77 lines (54 loc) · 1.59 KB

test v0.13.0

RESTful web API Documentation Generator

Header .md File

This is the content of the header.md file.

Table of contents


this quote is prepended to this doc using a file prepend.md

Category_official

Delete a category

Back to top

Delete a category. Sample request has been disabled here.

DELETE /category

Query Parameters

Name Type Description
id Number

Category ID.

Parameters examples

json - Some json code:

{
  "user": "Sample User",
   "payload": {
     "test": [
       "code": "
         public class HelloWorldTest {
           HelloWorld hw = new HelloWorld();
           @Test
           public void testOkay {
           assertEquals(\"HelloWorld\", hw.getMsg());
         }
      }"
     ]
   }
}

Get a category

Back to top

Get a category. Sample request on example.com here.

GET /category

Query Parameters

Name Type Description
id Number optional

Category ID.

Default value: 123
id2 Number

Category ID2.

Footer .md File

This is the content of the footer.md file.