Skip to content

Commit 7e07dfb

Browse files
committed
docs update
1 parent efc50bc commit 7e07dfb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1210
-20
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ from elements_sdk.model.volume import Volume
2323

2424
config = elements_sdk.Configuration(
2525
host='http://elements.local',
26+
discard_unknown_keys=True,
2627
)
2728
config.api_key['Bearer'] = 'Bearer your-api-token-here'
2829
config.client_side_validation = False

docs/AIApi.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ from pprint import pprint
6868
# See configuration.py for a list of all supported configuration parameters.
6969
configuration = elements_sdk.Configuration(
7070
host="https://elements.local",
71+
discard_unknown_keys=True,
7172
)
7273

7374
configuration.client_side_validation = False
@@ -115,6 +116,7 @@ from pprint import pprint
115116
# See configuration.py for a list of all supported configuration parameters.
116117
configuration = elements_sdk.Configuration(
117118
host="https://elements.local",
119+
discard_unknown_keys=True,
118120
)
119121

120122
configuration.client_side_validation = False
@@ -164,6 +166,7 @@ from pprint import pprint
164166
# See configuration.py for a list of all supported configuration parameters.
165167
configuration = elements_sdk.Configuration(
166168
host="https://elements.local",
169+
discard_unknown_keys=True,
167170
)
168171

169172
configuration.client_side_validation = False
@@ -222,6 +225,7 @@ from pprint import pprint
222225
# See configuration.py for a list of all supported configuration parameters.
223226
configuration = elements_sdk.Configuration(
224227
host="https://elements.local",
228+
discard_unknown_keys=True,
225229
)
226230

227231
configuration.client_side_validation = False
@@ -317,6 +321,7 @@ from pprint import pprint
317321
# See configuration.py for a list of all supported configuration parameters.
318322
configuration = elements_sdk.Configuration(
319323
host="https://elements.local",
324+
discard_unknown_keys=True,
320325
)
321326

322327
configuration.client_side_validation = False
@@ -371,6 +376,7 @@ from pprint import pprint
371376
# See configuration.py for a list of all supported configuration parameters.
372377
configuration = elements_sdk.Configuration(
373378
host="https://elements.local",
379+
discard_unknown_keys=True,
374380
)
375381

376382
configuration.client_side_validation = False
@@ -430,6 +436,7 @@ from pprint import pprint
430436
# See configuration.py for a list of all supported configuration parameters.
431437
configuration = elements_sdk.Configuration(
432438
host="https://elements.local",
439+
discard_unknown_keys=True,
433440
)
434441

435442
configuration.client_side_validation = False
@@ -490,6 +497,7 @@ from pprint import pprint
490497
# See configuration.py for a list of all supported configuration parameters.
491498
configuration = elements_sdk.Configuration(
492499
host="https://elements.local",
500+
discard_unknown_keys=True,
493501
)
494502

495503
configuration.client_side_validation = False
@@ -550,6 +558,7 @@ from pprint import pprint
550558
# See configuration.py for a list of all supported configuration parameters.
551559
configuration = elements_sdk.Configuration(
552560
host="https://elements.local",
561+
discard_unknown_keys=True,
553562
)
554563

555564
configuration.client_side_validation = False
@@ -597,6 +606,7 @@ from pprint import pprint
597606
# See configuration.py for a list of all supported configuration parameters.
598607
configuration = elements_sdk.Configuration(
599608
host="https://elements.local",
609+
discard_unknown_keys=True,
600610
)
601611

602612
configuration.client_side_validation = False
@@ -644,6 +654,7 @@ from pprint import pprint
644654
# See configuration.py for a list of all supported configuration parameters.
645655
configuration = elements_sdk.Configuration(
646656
host="https://elements.local",
657+
discard_unknown_keys=True,
647658
)
648659

649660
configuration.client_side_validation = False
@@ -691,6 +702,7 @@ from pprint import pprint
691702
# See configuration.py for a list of all supported configuration parameters.
692703
configuration = elements_sdk.Configuration(
693704
host="https://elements.local",
705+
discard_unknown_keys=True,
694706
)
695707

696708
configuration.client_side_validation = False
@@ -738,6 +750,7 @@ from pprint import pprint
738750
# See configuration.py for a list of all supported configuration parameters.
739751
configuration = elements_sdk.Configuration(
740752
host="https://elements.local",
753+
discard_unknown_keys=True,
741754
)
742755

743756
configuration.client_side_validation = False
@@ -787,6 +800,7 @@ from pprint import pprint
787800
# See configuration.py for a list of all supported configuration parameters.
788801
configuration = elements_sdk.Configuration(
789802
host="https://elements.local",
803+
discard_unknown_keys=True,
790804
)
791805

792806
configuration.client_side_validation = False
@@ -841,6 +855,7 @@ from pprint import pprint
841855
# See configuration.py for a list of all supported configuration parameters.
842856
configuration = elements_sdk.Configuration(
843857
host="https://elements.local",
858+
discard_unknown_keys=True,
844859
)
845860

846861
configuration.client_side_validation = False
@@ -894,6 +909,7 @@ from pprint import pprint
894909
# See configuration.py for a list of all supported configuration parameters.
895910
configuration = elements_sdk.Configuration(
896911
host="https://elements.local",
912+
discard_unknown_keys=True,
897913
)
898914

899915
configuration.client_side_validation = False
@@ -952,6 +968,7 @@ from pprint import pprint
952968
# See configuration.py for a list of all supported configuration parameters.
953969
configuration = elements_sdk.Configuration(
954970
host="https://elements.local",
971+
discard_unknown_keys=True,
955972
)
956973

957974
configuration.client_side_validation = False
@@ -1000,6 +1017,7 @@ from pprint import pprint
10001017
# See configuration.py for a list of all supported configuration parameters.
10011018
configuration = elements_sdk.Configuration(
10021019
host="https://elements.local",
1020+
discard_unknown_keys=True,
10031021
)
10041022

10051023
configuration.client_side_validation = False
@@ -1049,6 +1067,7 @@ from pprint import pprint
10491067
# See configuration.py for a list of all supported configuration parameters.
10501068
configuration = elements_sdk.Configuration(
10511069
host="https://elements.local",
1070+
discard_unknown_keys=True,
10521071
)
10531072

10541073
configuration.client_side_validation = False
@@ -1098,6 +1117,7 @@ from pprint import pprint
10981117
# See configuration.py for a list of all supported configuration parameters.
10991118
configuration = elements_sdk.Configuration(
11001119
host="https://elements.local",
1120+
discard_unknown_keys=True,
11011121
)
11021122

11031123
configuration.client_side_validation = False
@@ -1147,6 +1167,7 @@ from pprint import pprint
11471167
# See configuration.py for a list of all supported configuration parameters.
11481168
configuration = elements_sdk.Configuration(
11491169
host="https://elements.local",
1170+
discard_unknown_keys=True,
11501171
)
11511172

11521173
configuration.client_side_validation = False
@@ -1195,6 +1216,7 @@ from pprint import pprint
11951216
# See configuration.py for a list of all supported configuration parameters.
11961217
configuration = elements_sdk.Configuration(
11971218
host="https://elements.local",
1219+
discard_unknown_keys=True,
11981220
)
11991221

12001222
configuration.client_side_validation = False
@@ -1243,6 +1265,7 @@ from pprint import pprint
12431265
# See configuration.py for a list of all supported configuration parameters.
12441266
configuration = elements_sdk.Configuration(
12451267
host="https://elements.local",
1268+
discard_unknown_keys=True,
12461269
)
12471270

12481271
configuration.client_side_validation = False
@@ -1292,6 +1315,7 @@ from pprint import pprint
12921315
# See configuration.py for a list of all supported configuration parameters.
12931316
configuration = elements_sdk.Configuration(
12941317
host="https://elements.local",
1318+
discard_unknown_keys=True,
12951319
)
12961320

12971321
configuration.client_side_validation = False
@@ -1341,6 +1365,7 @@ from pprint import pprint
13411365
# See configuration.py for a list of all supported configuration parameters.
13421366
configuration = elements_sdk.Configuration(
13431367
host="https://elements.local",
1368+
discard_unknown_keys=True,
13441369
)
13451370

13461371
configuration.client_side_validation = False
@@ -1403,6 +1428,7 @@ from pprint import pprint
14031428
# See configuration.py for a list of all supported configuration parameters.
14041429
configuration = elements_sdk.Configuration(
14051430
host="https://elements.local",
1431+
discard_unknown_keys=True,
14061432
)
14071433

14081434
configuration.client_side_validation = False
@@ -1469,6 +1495,7 @@ from pprint import pprint
14691495
# See configuration.py for a list of all supported configuration parameters.
14701496
configuration = elements_sdk.Configuration(
14711497
host="https://elements.local",
1498+
discard_unknown_keys=True,
14721499
)
14731500

14741501
configuration.client_side_validation = False
@@ -1527,6 +1554,7 @@ from pprint import pprint
15271554
# See configuration.py for a list of all supported configuration parameters.
15281555
configuration = elements_sdk.Configuration(
15291556
host="https://elements.local",
1557+
discard_unknown_keys=True,
15301558
)
15311559

15321560
configuration.client_side_validation = False
@@ -1581,6 +1609,7 @@ from pprint import pprint
15811609
# See configuration.py for a list of all supported configuration parameters.
15821610
configuration = elements_sdk.Configuration(
15831611
host="https://elements.local",
1612+
discard_unknown_keys=True,
15841613
)
15851614

15861615
configuration.client_side_validation = False
@@ -1639,6 +1668,7 @@ from pprint import pprint
16391668
# See configuration.py for a list of all supported configuration parameters.
16401669
configuration = elements_sdk.Configuration(
16411670
host="https://elements.local",
1671+
discard_unknown_keys=True,
16421672
)
16431673

16441674
configuration.client_side_validation = False
@@ -1695,6 +1725,7 @@ from pprint import pprint
16951725
# See configuration.py for a list of all supported configuration parameters.
16961726
configuration = elements_sdk.Configuration(
16971727
host="https://elements.local",
1728+
discard_unknown_keys=True,
16981729
)
16991730

17001731
configuration.client_side_validation = False
@@ -1753,6 +1784,7 @@ from pprint import pprint
17531784
# See configuration.py for a list of all supported configuration parameters.
17541785
configuration = elements_sdk.Configuration(
17551786
host="https://elements.local",
1787+
discard_unknown_keys=True,
17561788
)
17571789

17581790
configuration.client_side_validation = False
@@ -1810,6 +1842,7 @@ from pprint import pprint
18101842
# See configuration.py for a list of all supported configuration parameters.
18111843
configuration = elements_sdk.Configuration(
18121844
host="https://elements.local",
1845+
discard_unknown_keys=True,
18131846
)
18141847

18151848
configuration.client_side_validation = False
@@ -1865,6 +1898,7 @@ from pprint import pprint
18651898
# See configuration.py for a list of all supported configuration parameters.
18661899
configuration = elements_sdk.Configuration(
18671900
host="https://elements.local",
1901+
discard_unknown_keys=True,
18681902
)
18691903

18701904
configuration.client_side_validation = False
@@ -1919,6 +1953,7 @@ from pprint import pprint
19191953
# See configuration.py for a list of all supported configuration parameters.
19201954
configuration = elements_sdk.Configuration(
19211955
host="https://elements.local",
1956+
discard_unknown_keys=True,
19221957
)
19231958

19241959
configuration.client_side_validation = False
@@ -1984,6 +2019,7 @@ from pprint import pprint
19842019
# See configuration.py for a list of all supported configuration parameters.
19852020
configuration = elements_sdk.Configuration(
19862021
host="https://elements.local",
2022+
discard_unknown_keys=True,
19872023
)
19882024

19892025
configuration.client_side_validation = False
@@ -2081,6 +2117,7 @@ from pprint import pprint
20812117
# See configuration.py for a list of all supported configuration parameters.
20822118
configuration = elements_sdk.Configuration(
20832119
host="https://elements.local",
2120+
discard_unknown_keys=True,
20842121
)
20852122

20862123
configuration.client_side_validation = False
@@ -2137,6 +2174,7 @@ from pprint import pprint
21372174
# See configuration.py for a list of all supported configuration parameters.
21382175
configuration = elements_sdk.Configuration(
21392176
host="https://elements.local",
2177+
discard_unknown_keys=True,
21402178
)
21412179

21422180
configuration.client_side_validation = False
@@ -2201,6 +2239,7 @@ from pprint import pprint
22012239
# See configuration.py for a list of all supported configuration parameters.
22022240
configuration = elements_sdk.Configuration(
22032241
host="https://elements.local",
2242+
discard_unknown_keys=True,
22042243
)
22052244

22062245
configuration.client_side_validation = False
@@ -2260,6 +2299,7 @@ from pprint import pprint
22602299
# See configuration.py for a list of all supported configuration parameters.
22612300
configuration = elements_sdk.Configuration(
22622301
host="https://elements.local",
2302+
discard_unknown_keys=True,
22632303
)
22642304

22652305
configuration.client_side_validation = False
@@ -2325,6 +2365,7 @@ from pprint import pprint
23252365
# See configuration.py for a list of all supported configuration parameters.
23262366
configuration = elements_sdk.Configuration(
23272367
host="https://elements.local",
2368+
discard_unknown_keys=True,
23282369
)
23292370

23302371
configuration.client_side_validation = False
@@ -2422,6 +2463,7 @@ from pprint import pprint
24222463
# See configuration.py for a list of all supported configuration parameters.
24232464
configuration = elements_sdk.Configuration(
24242465
host="https://elements.local",
2466+
discard_unknown_keys=True,
24252467
)
24262468

24272469
configuration.client_side_validation = False
@@ -2478,6 +2520,7 @@ from pprint import pprint
24782520
# See configuration.py for a list of all supported configuration parameters.
24792521
configuration = elements_sdk.Configuration(
24802522
host="https://elements.local",
2523+
discard_unknown_keys=True,
24812524
)
24822525

24832526
configuration.client_side_validation = False
@@ -2542,6 +2585,7 @@ from pprint import pprint
25422585
# See configuration.py for a list of all supported configuration parameters.
25432586
configuration = elements_sdk.Configuration(
25442587
host="https://elements.local",
2588+
discard_unknown_keys=True,
25452589
)
25462590

25472591
configuration.client_side_validation = False

0 commit comments

Comments
 (0)