diff --git a/docs/src/api/_declaration.html b/docs/src/api/_declaration.html index aa80f31d64..4c211f8e67 100644 --- a/docs/src/api/_declaration.html +++ b/docs/src/api/_declaration.html @@ -261,7 +261,7 @@
requestOptions
", "Property", "Type")}}
{% endif %}
- {% if param.name == "requestOptions" and param.type.id %}
+ {% if param.name == "requestOptions" and param.type.type !== "reference" and param.type.id %}
{{ @propertyTableForId(param.type.id, "Options", "Property", "Type")}}
{% endif %}
{% endfor %}