HomeGuidesAPI ReferenceRelease notes
Log In
API Reference

Update Dataset

Update an existing Dataset

  • payload (DatasetUpdate): Required. The payload that includes:
    • name (str or None): Updated name of the dataset.
    • description (str or None): A revised description about the dataset.
    • id (str or None): Unique identifier of the dataset.
    • model_version_id (str or None): Updated model version identifier.
    • created_by (str or None): Identifier of the user who updated the dataset.
    • tags (list of str or None): A list of updated tags related to the dataset.
    • schema (SchemaUpdate or None): The updated schema of the dataset.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
length between 1 and 100
schema
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json