uptime-kuma/test/api.http

12 lines
219 B
Text
Raw Normal View History

2023-10-07 21:33:08 +00:00
POST http://localhost:3001/api
Authorization: Bearer uk1_1HaQRETls-E5KlhB6yCtf8WJRW57KwFMuKkya-Tj
Content-Type: application/json
{
"action": "getPushExample",
"params": [
"javascript-fetch"
]
}
###