We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb9744 commit 26878d3Copy full SHA for 26878d3
1 file changed
services/git/v1beta/git.json
@@ -321,12 +321,15 @@
321
"description": "How many bytes of Object Storage is consumed. Read Only.",
322
"type": "string"
323
},
324
- "created_at": {
+ "created": {
325
"description": "The date and time the creation of the STACKIT Git instance was triggered.",
326
"format": "date-time",
327
"maxLength": 48,
328
329
330
+ "feature_toggle": {
331
+ "$ref": "#/components/schemas/FeatureToggle"
332
+ },
333
"flavor": {
334
"description": "Instance flavor.",
335
@@ -370,13 +373,14 @@
370
373
"id",
371
374
"name",
372
375
"url",
- "created_at",
376
+ "created",
377
"state",
378
"version",
379
"consumed_disk",
380
"consumed_object_storage",
381
"flavor",
- "acl"
382
+ "acl",
383
+ "feature_toggle"
384
]
385
386
"InstanceList": {
0 commit comments