Skip to content

Commit a910709

Browse files
Correctly document keys available in context (#1792)
Fixes #1780
1 parent 26d1b84 commit a910709

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/context.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,11 @@ for more information on its contents.
8686
context.context
8787
---------------
8888

89-
A dict containing the following information:
89+
A dict containing the information from the security middleware:
9090

9191
.. code-block:: python
9292
9393
{
94-
"api_base_path": ... # The base path of the matched API
95-
"operation_id": ... # The operation id of matched operation
9694
"user": ... # User information from authentication
9795
"token_info": ... # Token information from authentication
9896
}

0 commit comments

Comments
 (0)