cURL
curl --request POST \ --url https://api.devin.ai/v3/enterprise/organizations/{org_id}/git-providers/permissions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "permissions": [ { "git_connection_id": "<string>", "group_prefix": "<string>", "prefix_path": "<string>", "repo_path": "<string>" } ] } '
[ { "git_connection_id": "<string>", "git_permission_id": "<string>", "created_at": 123, "group_prefix": "<string>", "prefix_path": "<string>", "repo_path": "<string>" } ]
ManageGitIntegrations
Service User credential (prefix: cog_)
Organization ID (prefix: org-)
"org-abc123def456"
200
Show child attributes
Successful Response