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:
parent
bc7d69f74a
commit
94df8ec358
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
"filter_path": {
|
||||
"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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue