We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1056cdc commit f9bb7cbCopy full SHA for f9bb7cb
backend/sdk/src/main/resources/plugins/basic-auth/spec.yaml
@@ -113,12 +113,12 @@ spec:
113
- consumer1
114
credential:
115
type: string
116
- title: 访问凭证
+ title: 访问凭证(示例:username:password)
117
x-title-i18n:
118
- en-US: Credential
119
- description: 该调用方的访问凭证
+ en-US: Credential (e.g., username:password)
+ description: 该调用方的访问凭证(示例:username:password)
120
x-description-i18n:
121
- en-US: The credential of the consumer
+ en-US: The credential of the consumer (e.g., username:password)
122
example:
123
- admin:123456
124
required:
0 commit comments