tripwire-server 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/tripwire/server/version.rb +1 -1
- data/spec/openapi.json +17 -7
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29ad4de59013e7b0962b8444feb069a8b1b216831a40d46fa7dd9c3cb16371a8
|
|
4
|
+
data.tar.gz: c6ccc706e11d7954c33e3a77797bb2711748cc99fb3144a6f46c2e588d0f8136
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38a299b8107727875c39ebe0c0a3a97cf6d45396f484a49dbc02766cbc5bb1918308c75908959a53e1e4e04409ec545ba7d2cb795bea6ba85c5ec31a182372d7
|
|
7
|
+
data.tar.gz: 0547b124aed5e0fba0e744279b63b312f9e0abee5114195ed452fd92bff6ad8cfa05e0543bcfd7c1c7ba678b0c4e5861be3f9e20451c7f43d8a578b4a4f910a2
|
data/spec/openapi.json
CHANGED
|
@@ -346,7 +346,8 @@
|
|
|
346
346
|
"in": "path",
|
|
347
347
|
"required": true,
|
|
348
348
|
"schema": {
|
|
349
|
-
"type": "string"
|
|
349
|
+
"type": "string",
|
|
350
|
+
"example": "team_0123456789abcdefghjkmnpqrst"
|
|
350
351
|
}
|
|
351
352
|
},
|
|
352
353
|
{
|
|
@@ -395,7 +396,8 @@
|
|
|
395
396
|
"in": "path",
|
|
396
397
|
"required": true,
|
|
397
398
|
"schema": {
|
|
398
|
-
"type": "string"
|
|
399
|
+
"type": "string",
|
|
400
|
+
"example": "team_0123456789abcdefghjkmnpqrst"
|
|
399
401
|
}
|
|
400
402
|
}
|
|
401
403
|
],
|
|
@@ -437,7 +439,8 @@
|
|
|
437
439
|
"in": "path",
|
|
438
440
|
"required": true,
|
|
439
441
|
"schema": {
|
|
440
|
-
"type": "string"
|
|
442
|
+
"type": "string",
|
|
443
|
+
"example": "team_0123456789abcdefghjkmnpqrst"
|
|
441
444
|
}
|
|
442
445
|
},
|
|
443
446
|
{
|
|
@@ -445,7 +448,9 @@
|
|
|
445
448
|
"in": "path",
|
|
446
449
|
"required": true,
|
|
447
450
|
"schema": {
|
|
448
|
-
"type": "string"
|
|
451
|
+
"type": "string",
|
|
452
|
+
"pattern": "^key_[0123456789abcdefghjkmnpqrstvwxyz]{26}$",
|
|
453
|
+
"example": "key_0123456789abcdefghjkmnpqrs"
|
|
449
454
|
}
|
|
450
455
|
}
|
|
451
456
|
],
|
|
@@ -470,7 +475,8 @@
|
|
|
470
475
|
"in": "path",
|
|
471
476
|
"required": true,
|
|
472
477
|
"schema": {
|
|
473
|
-
"type": "string"
|
|
478
|
+
"type": "string",
|
|
479
|
+
"example": "team_0123456789abcdefghjkmnpqrst"
|
|
474
480
|
}
|
|
475
481
|
},
|
|
476
482
|
{
|
|
@@ -478,7 +484,9 @@
|
|
|
478
484
|
"in": "path",
|
|
479
485
|
"required": true,
|
|
480
486
|
"schema": {
|
|
481
|
-
"type": "string"
|
|
487
|
+
"type": "string",
|
|
488
|
+
"pattern": "^key_[0123456789abcdefghjkmnpqrstvwxyz]{26}$",
|
|
489
|
+
"example": "key_0123456789abcdefghjkmnpqrs"
|
|
482
490
|
}
|
|
483
491
|
}
|
|
484
492
|
],
|
|
@@ -772,7 +780,9 @@
|
|
|
772
780
|
]
|
|
773
781
|
},
|
|
774
782
|
"id": {
|
|
775
|
-
"type": "string"
|
|
783
|
+
"type": "string",
|
|
784
|
+
"pattern": "^key_[0123456789abcdefghjkmnpqrstvwxyz]{26}$",
|
|
785
|
+
"example": "key_0123456789abcdefghjkmnpqrs"
|
|
776
786
|
},
|
|
777
787
|
"createdAt": {
|
|
778
788
|
"type": [
|