We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ca075e + 35673af commit f0faf49Copy full SHA for f0faf49
manifest.json
@@ -40,7 +40,7 @@
40
"garoon_base_url": {
41
"type": "string",
42
"title": "Garoon Base URL",
43
- "description": "The base URL of your Garoon environment (e.g., https://example.cybozu.com)",
+ "description": "The base URL of your Garoon environment (e.g., https://example.cybozu.com/g)",
44
"required": true,
45
"sensitive": false
46
},
@@ -69,7 +69,7 @@
69
"garoon_pfx_file_path": {
70
71
"title": "PFX File Path",
72
- "description": "Path to PFX client certificate file for authentication",
+ "description": "Path to PFX client certificate file for authentication (e.g., /Users/username/certificate.pfx)",
73
"required": false,
74
"sensitive": false,
75
"default": ""
0 commit comments