Describe an API member
describeThe exact contract of one member by dotted path, for example occt.shapes.solid.createBox: signature, every parameter with its type, default and range, the return type, the documentation, examples and where it runs. Answers are for the API version the server holds. An unknown path is reported as not found together with the nearest existing paths; nothing is guessed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The dotted path of the member, for example occt.shapes.solid.createBox | |
| version | No | The API version to describe; omit for the version the server holds |