How to define apiParam json object on apidoc

144 Views Asked by At

I want to define object apiParam for example

let data = {
    id:null,
    status:null,
    category:null
}

The variable data is a json object I want to show object params on apiParam.

0

There are 0 best solutions below