Skip to content

Commit f9bb7cb

Browse files
authored
fix: Update the title of credential field in basic auth plugin (#424)
1 parent 1056cdc commit f9bb7cb

File tree

1 file changed

+4
-4
lines changed
  • backend/sdk/src/main/resources/plugins/basic-auth

1 file changed

+4
-4
lines changed

backend/sdk/src/main/resources/plugins/basic-auth/spec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ spec:
113113
- consumer1
114114
credential:
115115
type: string
116-
title: 访问凭证
116+
title: 访问凭证(示例:username:password)
117117
x-title-i18n:
118-
en-US: Credential
119-
description: 该调用方的访问凭证
118+
en-US: Credential (e.g., username:password)
119+
description: 该调用方的访问凭证(示例:username:password)
120120
x-description-i18n:
121-
en-US: The credential of the consumer
121+
en-US: The credential of the consumer (e.g., username:password)
122122
example:
123123
- admin:123456
124124
required:

0 commit comments

Comments
 (0)