Kind: Interface
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/RequestPanel.ts
Properties
| Property | Type |
|---|---|
id | string |
path | string |
method | string |
parameters | Parameter[] |
requestBody | RequestBody |
requiresAuth | boolean |
Kind: Interface
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/RequestPanel.ts
| Property | Type |
|---|---|
id | string |
path | string |
method | string |
parameters | Parameter[] |
requestBody | RequestBody |
requiresAuth | boolean |
Was this page helpful?