Zum Hauptinhalt springen
POST
/
v1
/
monitors
/
{monitor_id}
/
pause
Monitor pausieren
curl --request POST \
  --url https://api.olostep.com/v1/monitors/{monitor_id}/pause \
  --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.

Autorisierungen

Authorization
string
header
erforderlich

Bearer-Authentifizierungsheader in der Form Bearer , wobei dein Authentifizierungstoken ist.

Pfadparameter

monitor_id
string
erforderlich
Pattern: ^monitor_

Antwort

501 - application/json

Noch nicht implementiert.

error
string