Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/api/v1/translate_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
"summary": "Monitors search"
},
"ValidateMonitor": {
"description": "Validate the monitor provided in the request.\n\n**Note**: Log monitors require an unscoped App Key.",
"description": "Validate the monitor provided in the request.\n\n**Note**: Log monitors additionally require logs_read_data and logs_read_index_data scopes.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Validate the monitor provided in the request.\n\n**Note**: Log monitors additionally require logs_read_data and logs_read_index_data scopes.",
"description": "Validate the monitor provided in the request.\n\n**Note**: The logs_read_data and logs_read_index_data scopes are also required for log monitors.",

"summary": "Validate a monitor",
"request_description": "Monitor request object",
"request_schema_description": "Object describing a monitor."
Expand Down Expand Up @@ -1209,4 +1209,4 @@
"description": "Disables muting all monitors. Throws an error if mute all\nwas not enabled previously.",
"summary": "Unmute all monitors"
}
}
}