Skip to content
Merged
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
18 changes: 0 additions & 18 deletions src/content/docs/developer/security/understanding-scopes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,24 +162,6 @@ The scopes you specify for the OAuth app on Crowdin will be shown to the users o
<td>Read only</td>
<td>Grants access to get the list of AI request logs, including request details and costs.</td>
</tr>
<tr>
<td>Automations</td>
<td><code>automation</code></td>
<td>Read and Write,<br/>Read only</td>
<td>Crowdin Enterprise only. Grants access to manage automation rules and rule executions.</td>
</tr>
<tr>
<td>Automation rules</td>
<td><code>automation.rule</code></td>
<td>Read and Write,<br/>Read only</td>
<td>Crowdin Enterprise only. Grants access to manage automation rules.</td>
</tr>
<tr>
<td>Automation rule executions</td>
<td><code>automation.rule.execution</code></td>
<td>Read and Write,<br/>Read only</td>
<td>Crowdin Enterprise only. Grants access to manage automation rule executions.</td>
</tr>
<tr>
<td>Projects</td>
<td><code>project</code></td>
Expand Down
Loading