Mark field_data as deprecated in /_cache/clear

It was deprecated in #28943.
This commit is contained in:
Nik Everett 2018-03-14 11:39:35 -04:00
parent 42fe66162e
commit 3e0e6444cf
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"params": { "params": {
"field_data": { "field_data": {
"type" : "boolean", "type" : "boolean",
"description" : "Clear field data" "description" : "Clear field data. This is deprecated. Prefer `fielddata`."
}, },
"fielddata": { "fielddata": {
"type" : "boolean", "type" : "boolean",
@ -22,7 +22,7 @@
}, },
"fields": { "fields": {
"type" : "list", "type" : "list",
"description" : "A comma-separated list of fields to clear when using the `field_data` parameter (default: all)" "description" : "A comma-separated list of fields to clear when using the `fielddata` parameter (default: all)"
}, },
"query": { "query": {
"type" : "boolean", "type" : "boolean",