ElementMethodDefinition
Describes a single HTTP method invocation on a connector object.
Indexable¶
[key: string]: unknown
Open-ended additional fields.
Properties¶
| Property | Type | Description |
|---|---|---|
curated? |
Record<string, unknown> |
Curated activity descriptor. |
design? |
Record<string, unknown> |
Design-time UX hints. |
method |
string |
HTTP method. |
operation? |
string |
Logical operation name (e.g. Create, List). |
operationId? |
string |
OpenAPI operation ID. |
parameters? |
ElementMethodParameter[] |
Parameters consumed by the method. |
path? |
string |
API path template. |
responseDisplayName? |
string |
Friendly response label. |