summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdk')
-rw-r--r--packages/sdk/openapi.json18
1 files changed, 2 insertions, 16 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index e54648e19..0c3d18972 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -6804,7 +6804,6 @@
},
"duration": {
"description": "Duration in milliseconds",
- "default": 5000,
"type": "number"
}
},
@@ -7638,20 +7637,8 @@
"type": "string"
},
"event": {
- "anyOf": [
- {
- "type": "string",
- "const": "add"
- },
- {
- "type": "string",
- "const": "change"
- },
- {
- "type": "string",
- "const": "unlink"
- }
- ]
+ "type": "string",
+ "enum": ["add", "change", "unlink"]
}
},
"required": ["file", "event"]
@@ -8507,7 +8494,6 @@
},
"duration": {
"description": "Duration in milliseconds",
- "default": 5000,
"type": "number"
}
},