patch

Overview

This endpoint is used for updating information about a dataset

HTTP Request

POST /api/v1/datasets/:datasetRefrence

Path parameters

This endpoint extends the general API structure

Request body

Provide a JSON object with information about the dataset.

Authorization

You must either authorize as the user or an administrator of the organization that owns the dataset. Your access token must have the following scope:

  • data.edit

Learn more about authorization.

Response body

Returns the JSON-encoded "get" representation of a dataset resource.

Last updated