Skip to content

covenix / OperationId

Function: OperationId()

OperationId(id): MethodDecorator

Defined in: src/decorators.ts:373

Sets the operation's operationId — a unique identifier used by client/code generators to name the generated method.

Parameters

id

string

Unique operation id (must be unique across the whole document).

Returns

MethodDecorator