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

docs: Update query API doc with details about overridding the def decision path #6745

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/content/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1169,8 +1169,9 @@ Content-Type: application/json
Execute a simple query.

OPA serves POST requests without a URL path by querying for the document at
path `/data/system/main`. The content of that document defines the response
entirely.
path `/data/system/main` by default. The content of that document defines the response
entirely. This default can be overridden by the `default_decision` configuration. See the [Configuration Reference](../configuration/#miscellaneous)
for more information.

#### Request Headers

Expand Down