Rest-Api-Spec: Correct spelling in filter_path description (#33154)

This commit corrects the spelling of response in the description of
filter_path in the REST API spec.
This commit is contained in:
Russ Cam 2018-09-28 19:20:51 +10:00 committed by Christoph Büscher
parent bc7d69f74a
commit 94df8ec358

View File

@ -23,7 +23,7 @@
}, },
"filter_path": { "filter_path": {
"type": "list", "type": "list",
"description": "A comma-separated list of filters used to reduce the respone." "description": "A comma-separated list of filters used to reduce the response."
} }
} }
} }