We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208d3f9 commit 18fae4fCopy full SHA for 18fae4f
1 file changed
services/sfs/v1/sfs.json
@@ -265,6 +265,11 @@
265
"type": "object"
266
},
267
"EnableLockResponse": {
268
+ "properties": {
269
+ "lockId": {
270
+ "type": "string"
271
+ }
272
+ },
273
274
275
"Error": {
@@ -291,7 +296,6 @@
291
296
"GetLockResponse": {
292
297
"properties": {
293
298
"lockId": {
294
- "description": "Whether the lock is enabled for the project",
295
299
"type": "string"
300
}
301
0 commit comments