We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfc0e4 commit 056e8d1Copy full SHA for 056e8d1
1 file changed
docs/dev-tools/build-plane-app/oauth-scopes.md
@@ -135,7 +135,7 @@ This document lists all OAuth scopes available when building a Plane app. Reques
135
136
| Scope | Description |
137
| ----------------------------- | -------------------------------------- |
138
-| `agent_runs:read` | Read agent runs |
139
-| `agent_runs:write` | Create and update agent runs |
140
-| `agent_runs.activities:read` | Read agent run activities |
141
-| `agent_runs.activities:write` | Create and update agent run activities |
+| `agents.runs:read` | Read agent runs |
+| `agents.runs:write` | Create and update agent runs |
+| `agents.run_activities:read` | Read agent run activities |
+| `agents.run_activities:write` | Create and update agent run activities |
0 commit comments