Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -35719,6 +35719,11 @@
"description": "Payload for creating an org dataset.",
"type": "object",
"properties": {
"description": {
"nullable": true,
"description": "Optional human-readable notes about the dataset.",
"type": "string"
},
"name": {
"description": "The dataset's display name.",
"type": "string"
Expand Down Expand Up @@ -50795,6 +50800,11 @@
"type": "string",
"format": "date-time"
},
"description": {
"nullable": true,
"description": "User-provided description for humans reviewing the dataset.",
"type": "string"
},
"id": {
"description": "The unique identifier for the dataset.",
"allOf": [
Expand Down Expand Up @@ -58760,6 +58770,11 @@
"description": "Payload for updating an org dataset.",
"type": "object",
"properties": {
"description": {
"nullable": true,
"description": "Optional description override. Null clears the description.",
"type": "string"
},
"name": {
"nullable": true,
"description": "Optional new display name.",
Expand Down
Loading