Help Action

Request

GET /rest/v1/help

Description

Used to obtain help through fuzzy query.

Path parameters

None

Query parameters

  • query

    Keywords to be matched, such as array and select.

Request body

None

Response

  1. {
  2. "msg":"success",
  3. "code":0,
  4. "data":{"fuzzy":"No Fuzzy Matching Topic","matching":"No Matching Category"},
  5. "count":0
  6. }