File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ The following decorators have been changed/renamed:
940
940
- ` @ApiImplicitParam` is now `@ApiParam`
941
941
- ` @ApiImplicitBody` is now `@ApiBody`
942
942
- ` @ApiImplicitHeader` is now `@ApiHeader`
943
- - `@ApiOperation({{ '{' }} title : ' test' {{ '}' }})` is now`@ApiOperation({{ '{' }} summary: 'test' {{ '}' }})`
943
+ - `@ApiOperation({{ '{' }} title : ' test' {{ '}' }})` is now `@ApiOperation({{ '{' }} summary: 'test' {{ '}' }})`
944
944
- ` @ApiUseTags` is now `@ApiTags`
945
945
946
946
`DocumentBuilder` breaking changes (updated method signatures) :
@@ -950,7 +950,7 @@ The following decorators have been changed/renamed:
950
950
- ` addOAuth2`
951
951
- ` setContactEmail` is now `setContact`
952
952
- ` setHost` has been removed
953
- - ` setSchemes` has been removed
953
+ - ` setSchemes` has been removed (use the `addServer` instead, e.g., `addServer('http://')`)
954
954
955
955
The following methods have been added :
956
956
You can’t perform that action at this time.
0 commit comments