You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether the text search is case sensitive. Defaults to false.
[optional]
dynamic_html
Boolean
Only dynamic HTML (arbitrary) files.
[optional]
file_name
String
Comma separated file name patterns, matched case insensitively with wildcards.
[optional]
i18n_violations
Boolean
Only files with internationalization violations.
[optional]
invalid
Boolean
Only files that failed Velocity validation.
[optional]
max_results
Integer
Maximum results to return. Clamped to the server maximum.
[optional]
merge_conflicts
Boolean
Only files with unresolved theme merge conflicts.
[optional]
mime_type
String
Restrict to a mime type.
[optional]
modified_max
String
Only files modified at or before this ISO-8601 timestamp.
[optional]
modified_min
String
Only files modified at or after this ISO-8601 timestamp.
[optional]
offset
Integer
Results to skip. Send the next_offset from a truncated response to continue. Ordering is by path with the file oid as a tie breaker, so pages do not overlap or skip entries between calls.
[optional]
path
String
Restrict to a directory path. Strongly recommended alongside text.
[optional]
size_max
Integer
Maximum size in bytes.
[optional]
size_min
Integer
Minimum size in bytes.
[optional]
sub_directories
Boolean
Recurse below path. Defaults to true.
[optional]
text
String
Text to find inside files. Only text/* files are searched. This is the expensive filter; narrow with path or file_name where possible.