Updates a dataset
Updates a specific dataset in a project
Path Parameters
projectId string required
The project Id.
datasetId string required
The dataset Id.
application/json
Request Body required
The request body.
- Array [
- ]
description string nullable
name string nullable
tags object[] nullable
id string nullable
name string nullable
Responses
- 200
- 401
- 403
- 404
The updated dataset.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
createdById string nullable
createdByName string nullable
createdByToolId string nullable
createdUtc date-time nullable
customerId string nullable
description string nullable
id string nullable
interviews int32 nullable
isDeleted boolean nullable
isToolResult boolean nullable
lastModifiedById string nullable
lastModifiedByName string nullable
lastModifiedUtc date-time nullable
name string nullable
projectId string nullable
readReceipts object[] nullable
timeStamp date-time nullable
userId string nullable
userName string nullable
size int64 nullable
tags object[] nullable
id string nullable
name string nullable
type string nullable
{
"createdById": "string",
"createdByName": "string",
"createdByToolId": "string",
"createdUtc": "2025-01-13T15:06:26.915Z",
"customerId": "string",
"description": "string",
"id": "string",
"interviews": 0,
"isDeleted": true,
"isToolResult": true,
"lastModifiedById": "string",
"lastModifiedByName": "string",
"lastModifiedUtc": "2025-01-13T15:06:26.915Z",
"name": "string",
"projectId": "string",
"readReceipts": [
{
"timeStamp": "2025-01-13T15:06:26.915Z",
"userId": "string",
"userName": "string"
}
],
"size": 0,
"tags": [
{
"id": "string",
"name": "string"
}
],
"type": "string"
}
Unauthorized
Access denied
Not found
Loading...