Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of documentation for the additional_entities key in /is_authorized endpoint #37

Open
maxprofit opened this issue Oct 3, 2024 · 1 comment

Comments

@maxprofit
Copy link

I'm trying to understand what this key value pair does, but I'm not sure how it differs from the entities key-value pair. Or maybe I don't see where the documentation lays it out

@omer9564
Copy link
Collaborator

omer9564 commented Oct 3, 2024

Hey @maxprofit ,
You are correct we haven't added openapi description as we should have when initially building the schema.
The difference between the two is:

  • entities: full replacement for the entities you have stored. Basically means ignore any stores entities in the agent and use the ones provided in here.
  • additional_entities: extra entities to the one stored in the agent, the call will use both the entities stored and the ones provided in here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants