@@ -14,7 +14,7 @@ servers:
14
14
description : Contentful Content Management API
15
15
16
16
security :
17
- - bearerAuth : []
17
+ - bearerAuth : [ ]
18
18
19
19
paths :
20
20
/spaces :
@@ -1404,7 +1404,7 @@ components:
1404
1404
sys :
1405
1405
properties :
1406
1406
type :
1407
- enum : [Array]
1407
+ enum : [ Array ]
1408
1408
type : string
1409
1409
type : object
1410
1410
total :
@@ -1493,7 +1493,7 @@ components:
1493
1493
sys :
1494
1494
properties :
1495
1495
type :
1496
- enum : [Array]
1496
+ enum : [ Array ]
1497
1497
type : string
1498
1498
type : object
1499
1499
total :
@@ -1558,7 +1558,7 @@ components:
1558
1558
type : object
1559
1559
x-go-type : orderedmap.OrderedMap
1560
1560
x-go-type-import :
1561
- path : " github.com/iancoleman/orderedmap"
1561
+ path : " github.com/iancoleman/orderedmap"
1562
1562
sys :
1563
1563
$ref : ' #/components/schemas/SystemPropertiesEntry'
1564
1564
required :
@@ -1581,7 +1581,7 @@ components:
1581
1581
sys :
1582
1582
properties :
1583
1583
type :
1584
- enum : [Array]
1584
+ enum : [ Array ]
1585
1585
type : string
1586
1586
type : object
1587
1587
total :
@@ -1597,7 +1597,7 @@ components:
1597
1597
type : object
1598
1598
x-go-type : orderedmap.OrderedMap
1599
1599
x-go-type-import :
1600
- path : " github.com/iancoleman/orderedmap"
1600
+ path : " github.com/iancoleman/orderedmap"
1601
1601
1602
1602
Environment :
1603
1603
type : object
@@ -1627,7 +1627,7 @@ components:
1627
1627
sys :
1628
1628
properties :
1629
1629
type :
1630
- enum : [Array]
1630
+ enum : [ Array ]
1631
1631
type : string
1632
1632
type : object
1633
1633
total :
@@ -1656,10 +1656,10 @@ components:
1656
1656
description : Environment ID
1657
1657
type : string
1658
1658
linkType :
1659
- enum : [Environment]
1659
+ enum : [ Environment ]
1660
1660
type : string
1661
1661
type :
1662
- enum : [Link]
1662
+ enum : [ Link ]
1663
1663
type : string
1664
1664
required :
1665
1665
- id
@@ -1733,7 +1733,7 @@ components:
1733
1733
$ref : ' #/components/schemas/FieldItem'
1734
1734
linkType :
1735
1735
description : For Link fields, defines what type of resource it links to
1736
- enum : [Entry, Asset]
1736
+ enum : [ Entry, Asset ]
1737
1737
type : string
1738
1738
localized :
1739
1739
description : Whether the field is localized
@@ -1959,7 +1959,7 @@ components:
1959
1959
sys :
1960
1960
properties :
1961
1961
type :
1962
- enum : [Array]
1962
+ enum : [ Array ]
1963
1963
type : string
1964
1964
type : object
1965
1965
total :
@@ -2056,7 +2056,7 @@ components:
2056
2056
sys :
2057
2057
properties :
2058
2058
type :
2059
- enum : [Array]
2059
+ enum : [ Array ]
2060
2060
type : string
2061
2061
type : object
2062
2062
total :
@@ -2241,10 +2241,10 @@ components:
2241
2241
description : Content type ID
2242
2242
type : string
2243
2243
linkType :
2244
- enum : [ContentType]
2244
+ enum : [ ContentType ]
2245
2245
type : string
2246
2246
type :
2247
- enum : [Link]
2247
+ enum : [ Link ]
2248
2248
type : string
2249
2249
type : object
2250
2250
type : object
@@ -2356,7 +2356,7 @@ components:
2356
2356
sys :
2357
2357
properties :
2358
2358
type :
2359
- enum : [Array]
2359
+ enum : [ Array ]
2360
2360
type : string
2361
2361
type : object
2362
2362
total :
@@ -2395,8 +2395,8 @@ components:
2395
2395
description : Filters to apply to the webhook
2396
2396
type : array
2397
2397
items :
2398
- type : object
2399
- additionalProperties : true
2398
+ type : object
2399
+ additionalProperties : true
2400
2400
required :
2401
2401
- name
2402
2402
- url
@@ -2480,8 +2480,8 @@ components:
2480
2480
type : object
2481
2481
additionalProperties : true
2482
2482
required :
2483
- - sys
2484
- - controls
2483
+ - sys
2484
+ - controls
2485
2485
2486
2486
EditorInterfaceUpdate :
2487
2487
type : object
@@ -2508,7 +2508,7 @@ components:
2508
2508
type : object
2509
2509
additionalProperties : true
2510
2510
required :
2511
- - controls
2511
+ - controls
2512
2512
2513
2513
EditorInterfaceControl :
2514
2514
type : object
@@ -2522,7 +2522,7 @@ components:
2522
2522
widgetNamespace :
2523
2523
type : string
2524
2524
description : Namespace of the widget (optional)
2525
- enum : [builtin, app, extension]
2525
+ enum : [ builtin, app, extension ]
2526
2526
disabled :
2527
2527
type : boolean
2528
2528
description : Whether the field is disabled
@@ -2540,7 +2540,7 @@ components:
2540
2540
widgetNamespace :
2541
2541
type : string
2542
2542
description : Namespace of the widget (optional)
2543
- enum : [builtin, app, extension]
2543
+ enum : [ builtin, app, extension ]
2544
2544
disabled :
2545
2545
type : boolean
2546
2546
description : Whether the field is disabled
@@ -2603,7 +2603,7 @@ components:
2603
2603
description : ID of the preview API key
2604
2604
type :
2605
2605
type : string
2606
- enum : [PreviewApiKey]
2606
+ enum : [ PreviewApiKey ]
2607
2607
environments :
2608
2608
type : array
2609
2609
items :
@@ -2635,7 +2635,7 @@ components:
2635
2635
properties :
2636
2636
type :
2637
2637
type : string
2638
- enum : [Array]
2638
+ enum : [ Array ]
2639
2639
items :
2640
2640
type : array
2641
2641
items :
@@ -2702,7 +2702,7 @@ components:
2702
2702
properties :
2703
2703
type :
2704
2704
type : string
2705
- enum : [Array]
2705
+ enum : [ Array ]
2706
2706
items :
2707
2707
type : array
2708
2708
items :
@@ -2744,10 +2744,10 @@ components:
2744
2744
description : ID of the app definition
2745
2745
type :
2746
2746
type : string
2747
- enum : [Link]
2747
+ enum : [ Link ]
2748
2748
linkType :
2749
2749
type : string
2750
- enum : [AppDefinition]
2750
+ enum : [ AppDefinition ]
2751
2751
required :
2752
2752
- sys
2753
2753
@@ -2772,7 +2772,7 @@ components:
2772
2772
properties :
2773
2773
type :
2774
2774
type : string
2775
- enum : [Array]
2775
+ enum : [ Array ]
2776
2776
total :
2777
2777
type : integer
2778
2778
description : Total number of app installations
@@ -2812,7 +2812,7 @@ components:
2812
2812
properties :
2813
2813
type :
2814
2814
type : string
2815
- enum : [Symbol, Boolean, Number, Object]
2815
+ enum : [ Symbol, Boolean, Number, Object ]
2816
2816
name :
2817
2817
type : string
2818
2818
description : Name of the parameter
@@ -2834,7 +2834,7 @@ components:
2834
2834
properties :
2835
2835
type :
2836
2836
type : string
2837
- enum : [Symbol, Boolean, Number, Object]
2837
+ enum : [ Symbol, Boolean, Number, Object ]
2838
2838
name :
2839
2839
type : string
2840
2840
description : Name of the parameter
@@ -2895,7 +2895,7 @@ components:
2895
2895
properties :
2896
2896
type :
2897
2897
type : string
2898
- enum : [Array]
2898
+ enum : [ Array ]
2899
2899
total :
2900
2900
type : integer
2901
2901
description : Total number of app definitions
@@ -3046,3 +3046,22 @@ components:
3046
3046
- name
3047
3047
- description
3048
3048
- configurations
3049
+
3050
+ Error :
3051
+ type : object
3052
+ properties :
3053
+ sys :
3054
+ $ref : " #/components/schemas/SystemPropertiesBase"
3055
+ requestId :
3056
+ type : string
3057
+ description : Unique identifier for the request
3058
+ message :
3059
+ type : string
3060
+ description : Error message
3061
+ details :
3062
+ type : object
3063
+ description : Additional error details
3064
+ additionalProperties : true
3065
+ required :
3066
+ - sys
3067
+ - requestId
0 commit comments