mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 16:15:25 +08:00
Merge branch 'master' into patch-6
This commit is contained in:
@@ -340,11 +340,17 @@ export default {
|
||||
},
|
||||
|
||||
bodyPlaceholder() {
|
||||
return "{\n\t\"id\": 124357,\n\t\"username\": \"admin\",\n\t\"password\": \"myAdminPassword\"\n}";
|
||||
return `Example:
|
||||
{
|
||||
"key": "value"
|
||||
}`;
|
||||
},
|
||||
|
||||
headersPlaceholder() {
|
||||
return "{\n\t\"Authorization\": \"Bearer abc123\",\n\t\"Content-Type\": \"application/json\"\n}";
|
||||
return `Example:
|
||||
{
|
||||
"HeaderName": "HeaderValue"
|
||||
}`;
|
||||
}
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user