Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.09 KB

DatasetUpdateSettingsRequest.md

File metadata and controls

19 lines (13 loc) · 1.09 KB

DatasetUpdateSettingsRequest

Properties

Name Type Description Notes
title String Title of the dataset [optional] [default to nothing]
subtitle String Subtitle of the dataset [optional] [default to nothing]
description String Decription of the dataset [optional] [default to nothing]
isPrivate Bool Whether or not the dataset should be private [optional] [default to nothing]
licenses Vector{Any} A list of licenses that apply to this dataset [optional] [default to nothing]
keywords Vector{String} A list of keywords that apply to this dataset [optional] [default to nothing]
collaborators Vector{Any} A list of collaborators that may read or edit this dataset [optional] [default to nothing]
data Vector{Any} A list containing metadata for each file in the dataset [optional] [default to nothing]

[Back to Model list] [Back to API list] [Back to README]