Skip to content

Commit 36ffd06

Browse files
committed
Update API spec
1 parent f82700d commit 36ffd06

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

public/api-spec-v1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,18 @@
209209
"deprecated": false,
210210
"properties": {
211211
"type": {
212+
"default": "",
213+
"example": "",
212214
"type": "string"
213215
},
214216
"rootDir": {
217+
"default": "",
218+
"example": "",
215219
"type": "string"
216220
},
217221
"data": {
222+
"default": "",
223+
"example": "",
218224
"type": "string"
219225
}
220226
}

public/api-spec-v1.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,16 @@ components:
145145
deprecated: false
146146
properties:
147147
type:
148+
default: ''
149+
example: ''
148150
type: string
149151
rootDir:
152+
default: ''
153+
example: ''
150154
type: string
151155
data:
156+
default: ''
157+
example: ''
152158
type: string
153159
Error:
154160
type: object

0 commit comments

Comments
 (0)