FEAT - TASKER CODEX: manage agent project grants
This commit is contained in:
@@ -7,6 +7,7 @@ from django.urls import path
|
||||
from plane.app.views import (
|
||||
CodexAgentDetailEndpoint,
|
||||
CodexAgentGrantListEndpoint,
|
||||
CodexAgentGrantReplaceEndpoint,
|
||||
CodexAgentListEndpoint,
|
||||
CodexAgentRevokeEndpoint,
|
||||
CodexAgentSetupEndpoint,
|
||||
@@ -36,6 +37,11 @@ urlpatterns = [
|
||||
CodexAgentGrantListEndpoint.as_view(),
|
||||
name="codex-agent-api-agent-grants",
|
||||
),
|
||||
path(
|
||||
"workspaces/<str:slug>/codex-agent-api/agents/<uuid:agent_id>/grants/replace/",
|
||||
CodexAgentGrantReplaceEndpoint.as_view(),
|
||||
name="codex-agent-api-agent-grants-replace",
|
||||
),
|
||||
path(
|
||||
"workspaces/<str:slug>/codex-agent-api/agents/<uuid:agent_id>/tokens/",
|
||||
CodexAgentTokenListEndpoint.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user