Skip to content

Associate audit configurations with an existing Email Inbox

Request

PUT /v3/email-inboxes/{emailInboxId}/audit-configurations
Security
API_Key
Path
emailInboxIdintegerrequired

Unique identification number for email inbox

Bodyapplication/jsonrequired

Update configurations of an existent Email Inbox

Array of integers, (int64), unique
PUT
/v3/email-inboxes/{emailInboxId}/audit-configurations
curl -i -X PUT \
  'https://api.observepoint.com/v3/email-inboxes/{emailInboxId}/audit-configurations' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '[
    107239
  ]'

Responses

Successful operation

Response
No content