Skip to content

Commit

Permalink
fix: path match rules for grouped OpenAPI (#6898)
Browse files Browse the repository at this point in the history
#### What type of PR is this?
/kind improvement
/area core
/milestone 2.20.x

#### What this PR does / why we need it:
修正 OpenAPI 的分组匹配规则 之前有很多 PublicAPIs 没有出现在对应的组

#### Does this PR introduce a user-facing change?
```release-note
None
```
  • Loading branch information
guqing authored Oct 22, 2024
1 parent ddaf7b0 commit d2799c5
Show file tree
Hide file tree
Showing 13 changed files with 6,973 additions and 2,270 deletions.
27 changes: 26 additions & 1 deletion api-docs/openapi/v3_0/aggregated.json
Original file line number Diff line number Diff line change
Expand Up @@ -6559,7 +6559,7 @@
}
},
"tags": [
"api.notification.halo.run/v1alpha1/Subscription"
"NotificationV1alpha1Public"
]
}
},
Expand Down Expand Up @@ -15679,6 +15679,31 @@
"AttachmentV1alpha1Uc"
]
}
},
"/system/setup": {
"get": {
"description": "Jump to setup page",
"operationId": "JumpToSetupPage",
"responses": {
"default": {
"content": {
"text/html": {
"schema": {
"type": "string"
}
}
},
"description": "default response"
}
},
"tags": [
"SystemV1alpha1Public"
]
},
"post": {
"operationId": "SetNoCacheForSetUpPage",
"responses": {}
}
}
},
"components": {
Expand Down
Loading

0 comments on commit d2799c5

Please sign in to comment.