Skip to content

Commit 056e8d1

Browse files
committed
fix scopes for agent run
1 parent 2cfc0e4 commit 056e8d1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/dev-tools/build-plane-app/oauth-scopes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ This document lists all OAuth scopes available when building a Plane app. Reques
135135

136136
| Scope | Description |
137137
| ----------------------------- | -------------------------------------- |
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 |
138+
| `agents.runs:read` | Read agent runs |
139+
| `agents.runs:write` | Create and update agent runs |
140+
| `agents.run_activities:read` | Read agent run activities |
141+
| `agents.run_activities:write` | Create and update agent run activities |

0 commit comments

Comments
 (0)