Skip to content

Commit

Permalink
feat:支持管理我的 OAUTH #10995
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Dec 12, 2024
1 parent a9d1b56 commit 7e369ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ import javax.ws.rs.Produces
import javax.ws.rs.QueryParam
import javax.ws.rs.core.MediaType

@Tag(name = "OPEN_API_REPOSITORY_V4", description = "OPEN-API-OAUTH授权资源")
@Path("/{apigwType:apigw-user|apigw-app|apigw}/v4/oauth")
@Tag(name = "OPEN_API_REPOSITORY_V4", description = "OPEN-API-代码库OAUTH授权")
@Path("/{apigwType:apigw-user|apigw-app|apigw}/v4/repositories/oauth")
@Produces(MediaType.APPLICATION_JSON)
@Consumes(MediaType.APPLICATION_JSON)
@SuppressWarnings("All")
Expand Down

0 comments on commit 7e369ca

Please sign in to comment.