OptionalonOptionalstrictOptionalrequestCurrent request body value. Inferred from the operation's
request body schema via OpenAPIRequestBodyType so a
typed schema argument drives the rendered value's shape.
OptionalonCalled when the request body value changes. Parameter type mirrors ApiOperationProps.requestBodyValue.
OptionalresponseCurrent response value. Inferred via OpenAPIResponseType
from the operation's response schema for the supplied
responseStatus (defaulting to the union of declared statuses)
and responseContentType (defaulting to the union of declared
media types). The same value is rendered against every response
card the component emits.
OptionalmetaOptionalrequestMedia type whose request body schema drives requestBodyFields
inference. Defaults to the union of declared content types so
callers can omit it; supply explicitly to narrow inference to a
specific media type. Mirrors ApiRequestBodyProps.contentType
so <ApiOperation> can target non-JSON request bodies with the
same precision as <ApiRequestBody>.
OptionalresponseStatus code whose response schema drives responseValue
inference. Defaults to the union of declared statuses so
callers can omit it; supply explicitly to narrow inference to
a specific response (e.g. "200").
OptionalresponseMedia type whose response schema drives responseValue
inference. Defaults to the union of declared content types so
callers can omit it; supply explicitly to narrow inference to
a specific media type.
OptionalrequestOptionalwidgetsInstance-scoped widgets.
Props accepted by ApiOperation.