メインコンテンツへスキップ
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