/api/v1/integration/openai/update_agent_access

Update agent access permissions for this integration. Only available if the plugin handler has allow_agent_access = True.

Body Parameters:

  • agent_access_permission: int (1=Not Allowed, 2=All Deployments, 3=Specific Deployments)
  • agent_access_deployments: list[UUID] (required when permission=3)

Returns:

  • Updated integration details with agent access settings
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!