Skip to content

Commit

Permalink
docs: Update query API doc with details about overridding the def dec…
Browse files Browse the repository at this point in the history
…ision path

Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
  • Loading branch information
ashutosh-narkar committed May 10, 2024
1 parent d7ebb3a commit 3aba58c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/content/rest-api.md
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

0 comments on commit 3aba58c

Please sign in to comment.