Skip to main content
PUT
/
api
/
content
/
v1
/
reportschedules
/
emails
/
enabled
Enable/Disable Scheduled Report Emails
curl --request PUT \
  --url https://{instance}.domo.com/api/content/v1/reportschedules/emails/enabled \
  --header 'Content-Type: application/json' \
  --header 'X-DOMO-Developer-Token: <api-key>' \
  --data true

Documentation Index

Fetch the complete documentation index at: https://domoinc-arun-raj-connectors-domo-480626-update-new-field-mi.mintlify.app/llms.txt

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

Authorizations

X-DOMO-Developer-Token
string
header
required

Body

application/json

boolean

The body is of type boolean.

Response

OK