SemanticDiff fastapi
✨ Allow hiding from OpenAPI (and Swagger UI) `Query`, `Cookie`, `Header`, and `Path` parameters
#3144
Merged

✨ Allow hiding from OpenAPI (and Swagger UI) `Query`, `Cookie`, `Header`, and `Path` parameters #3144

astraldawn
astraldawn Add include_in_schema parameter to headers to allow hiding in openapi…
de951d9c
astraldawn Remove unused print statement
f64be7c6
astraldawn Swap header order in request for consistency
6264c0d3
astraldawn Move tests to more appropriate location, update docs
29c8e57a
astraldawn Use correct tutorial
24471065
astraldawn Adjust highlight
f34b9e18
astraldawn Enable include_in_schema for query parameters
7b90c62e
astraldawn Generalise include_in_schema to param class
4e3a271e
astraldawn Consolidate tests
f852aecc
astraldawn Tidy up code
685532c6
codecov
github-actions
astraldawn Merge remote-tracking branch 'upstream/master' into hide-request-para…
cf8b080c
astraldawn
HIRANO-Satoshi
elrik75
marlenekoh
mamicahencarnacion
jordantshaw
sirtux
phuong
yezz123
yezz123 approved these changes on 2021-09-16
BlueMagma2
tokikanno
tokikanno commented on 2021-10-01
tokikanno
tokikanno commented on 2021-10-01
tiangolo ♻️ Simplify indentation in check for include_in_schema
c46ae172
tiangolo ✅ Update tests for consistency
ca5b4d51
tiangolo 🔀 Merge master
c9739386
tiangolo ✅ Update tests for include_in_schema in params
8b605724
tiangolo tiangolo changed the title Allow subclasses of Param to be hidden in openapi spec ✨ Allow hiding from OpenAPI (and Swagger UI) `Query`, `Cookie`, `Header`, and `Path` parameters 2 years ago
github-actions
tiangolo 📝 Update source example for include_in_schema
78e74393
tiangolo 📝 Add source example for include_in_schema for Python 3.10
7045627c
tiangolo ✅ Add test for include_in_schema with Python 3.10
4e696898
tiangolo 📝 Update docs for include_in_schema with example in Python 3.6+ and 3.10
c49e01c0
github-actions
tiangolo ✅ Fix tests for include_in_schema for Python 3.10
fcf3c1cd
github-actions
tiangolo
tiangolo tiangolo merged ca5d57ea into master 2 years ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone