跳转到主要内容
POST
/
v1
/
monitors
/
{monitor_id}
/
resume
恢复监视器
curl --request POST \
  --url https://api.olostep.com/v1/monitors/{monitor_id}/resume \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.olostep.com/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

Bearer 认证头的格式为 Bearer ,其中 是你的认证令牌。

路径参数

monitor_id
string
必填
Pattern: ^monitor_

响应

501 - application/json

尚未实现。

error
string