File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77- Ability to disable the depiction of the ` HEAD ` method:
88 - New option ` hasHeadMethod ` on the argument of ` Documentation ` and ` Integration ` constructors;
9- - Depicts HEAD method for each Endpoint supporting GET method;
9+ - Depicts the HEAD method for each Endpoint supporting the GET method;
1010 - The option is enabled by default (the behaviour introduced in [ v24.7.0] ( #v2470 ) );
1111 - The feature suggested by [ @GreaterTamarack ] ( https://github.com/GreaterTamarack ) .
1212
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ interface DocumentationParams {
6060 /** @default true */
6161 hasSummaryFromDescription ?: boolean ;
6262 /**
63- * @desc Depict HEAD method for each Endpoint supporting GET method (feature of Express)
63+ * @desc Depict the HEAD method for each Endpoint supporting the GET method (feature of Express)
6464 * @default true
6565 * */
6666 hasHeadMethod ?: boolean ;
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ interface IntegrationParams {
4848 * */
4949 noContent ?: z . ZodType ;
5050 /**
51- * @desc Depict HEAD method for each Endpoint supporting GET method (feature of Express)
51+ * @desc Depict the HEAD method for each Endpoint supporting the GET method (feature of Express)
5252 * @default true
5353 * */
5454 hasHeadMethod ?: boolean ;
You can’t perform that action at this time.
0 commit comments