Kind: Interface
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/APIExplorer.ts
Properties
| Property | Type |
|---|---|
id | string |
path | string |
method | string |
summary | string |
description | string |
tags | string[] |
parameters | any[] |
requestBody | any |
responses | Record<string, any> |
requiresAuth | boolean |
security | Array<Record<string, string[]>> |
samples | Array<{ lang: string; source: string }> |
Was this page helpful?