Skip to content

Commit

Permalink
[INLONG-8965][Doc] Update the description for swagger API (#8966)
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerzhang authored and luchunliang committed Sep 25, 2023
1 parent 4ef2b3d commit 7a32e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public Docket createRestApi() {

private ApiInfo apiInfo() {
return new ApiInfoBuilder()
.title("Apache InLong Manager API Doc")
.description("Apache InLong Manager API Doc")
.title("Apache InLong REST API")
.description("The Document For Apache InLong REST API")
.version("2.0")
.build();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

@RestController
@RequestMapping("/api")
@Api(tags = "INLONG-USER-API")
@Api(tags = "INLONG-User-API")
public class InlongRoleController {

@Autowired
Expand Down

0 comments on commit 7a32e28

Please sign in to comment.