Skip to main content
PUT
/
api
/
v1
/
monitors
/
{monitorId}
/
auth
Update authentication config for a monitor
curl --request PUT \
  --url https://api.devhelm.io/api/v1/monitors/{monitorId}/auth \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "config": {
    "headerName": "<string>",
    "vaultSecretId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}
'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "monitorId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "config": {
      "headerName": "<string>",
      "vaultSecretId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.devhelm.io/llms.txt

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

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

monitorId
string<uuid>
required

Body

application/json
config
object
required

Response

OK

data
object
required