Skip to content

Commit fd5fae4

Browse files
committed
link: list of storage provider keys
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent eeeba16 commit fd5fae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/search/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class SearchFiles(BaseSearchView):
260260
For an OSF File entity, the `type` is "files" regardless of whether the entity is actually a file or folder, because
261261
it belongs to the `files` collection of the API. They can be distinguished by the `kind` attribute. Files and
262262
folders use the same representation, but some attributes may be null for one kind but not the other. `size` will be
263-
null for folders. A list of storage provider keys can be found [here](/v2/#storage-providers).
263+
null for folders. See the [list of storage provider keys](/v2/#storage-providers).
264264
265265
name type description
266266
================================================================================================================

0 commit comments

Comments
 (0)