Passer au contenu principal
POST
/
v1
/
monitors
/
{monitor_id}
/
pause
Mettre en pause le moniteur
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.

Autorisations

Authorization
string
header
requis

En-tête d'authentification Bearer sous la forme Bearer , où est ton jeton d'authentification.

Paramètres de chemin

monitor_id
string
requis
Pattern: ^monitor_

Réponse

501 - application/json

Pas encore implémenté.

error
string