Skip to content

Commit c91f37e

Browse files
saltcodgithub-actions[bot]
authored andcommitted
feat: update mgmt api docs
1 parent 1378ef2 commit c91f37e

File tree

2 files changed

+223
-1
lines changed

2 files changed

+223
-1
lines changed

apps/docs/spec/api_v1_openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

apps/docs/spec/transforms/api_v1_openapi_deparsed.json

Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,17 @@
176176
},
177177
"persistent": {
178178
"type": "boolean"
179+
},
180+
"status": {
181+
"enum": [
182+
"CREATING_PROJECT",
183+
"RUNNING_MIGRATIONS",
184+
"MIGRATIONS_PASSED",
185+
"MIGRATIONS_FAILED",
186+
"FUNCTIONS_DEPLOYED",
187+
"FUNCTIONS_FAILED"
188+
],
189+
"type": "string"
179190
}
180191
}
181192
}
@@ -499,6 +510,7 @@
499510
"type": "string",
500511
"enum": [
501512
"us-east-1",
513+
"us-east-2",
502514
"us-west-1",
503515
"us-west-2",
504516
"ap-east-1",
@@ -509,7 +521,9 @@
509521
"eu-west-1",
510522
"eu-west-2",
511523
"eu-west-3",
524+
"eu-north-1",
512525
"eu-central-1",
526+
"eu-central-2",
513527
"ca-central-1",
514528
"ap-south-1",
515529
"sa-east-1"
@@ -1410,12 +1424,30 @@
14101424
"schema": {
14111425
"type": "object",
14121426
"properties": {
1427+
"desired_instance_size": {
1428+
"type": "string",
1429+
"enum": [
1430+
"micro",
1431+
"small",
1432+
"medium",
1433+
"large",
1434+
"xlarge",
1435+
"2xlarge",
1436+
"4xlarge",
1437+
"8xlarge",
1438+
"12xlarge",
1439+
"16xlarge"
1440+
]
1441+
},
14131442
"branch_name": {
14141443
"type": "string"
14151444
},
14161445
"git_branch": {
14171446
"type": "string"
14181447
},
1448+
"persistent": {
1449+
"type": "boolean"
1450+
},
14191451
"region": {
14201452
"type": "string"
14211453
}
@@ -4074,6 +4106,7 @@
40744106
"type": "string",
40754107
"enum": [
40764108
"us-east-1",
4109+
"us-east-2",
40774110
"us-west-1",
40784111
"us-west-2",
40794112
"ap-east-1",
@@ -4084,7 +4117,9 @@
40844117
"eu-west-1",
40854118
"eu-west-2",
40864119
"eu-west-3",
4120+
"eu-north-1",
40874121
"eu-central-1",
4122+
"eu-central-2",
40884123
"ca-central-1",
40894124
"ap-south-1",
40904125
"sa-east-1"
@@ -5301,6 +5336,33 @@
53015336
"type": "number",
53025337
"nullable": true
53035338
},
5339+
"mfa_totp_enroll_enabled": {
5340+
"type": "boolean",
5341+
"nullable": true
5342+
},
5343+
"mfa_totp_verify_enabled": {
5344+
"type": "boolean",
5345+
"nullable": true
5346+
},
5347+
"mfa_phone_enroll_enabled": {
5348+
"type": "boolean",
5349+
"nullable": true
5350+
},
5351+
"mfa_phone_verify_enabled": {
5352+
"type": "boolean",
5353+
"nullable": true
5354+
},
5355+
"mfa_phone_otp_length": {
5356+
"type": "number"
5357+
},
5358+
"mfa_phone_template": {
5359+
"type": "string",
5360+
"nullable": true
5361+
},
5362+
"mfa_phone_max_frequency": {
5363+
"type": "number",
5364+
"nullable": true
5365+
},
53045366
"password_hibp_enabled": {
53055367
"type": "boolean",
53065368
"nullable": true
@@ -5621,6 +5683,13 @@
56215683
"mailer_templates_reauthentication_content",
56225684
"mailer_templates_recovery_content",
56235685
"mfa_max_enrolled_factors",
5686+
"mfa_totp_enroll_enabled",
5687+
"mfa_totp_verify_enabled",
5688+
"mfa_phone_enroll_enabled",
5689+
"mfa_phone_verify_enabled",
5690+
"mfa_phone_otp_length",
5691+
"mfa_phone_template",
5692+
"mfa_phone_max_frequency",
56245693
"password_hibp_enabled",
56255694
"password_min_length",
56265695
"password_required_characters",
@@ -6241,6 +6310,31 @@
62416310
},
62426311
"api_max_request_duration": {
62436312
"type": "number"
6313+
},
6314+
"mfa_totp_enroll_enabled": {
6315+
"type": "boolean"
6316+
},
6317+
"mfa_totp_verify_enabled": {
6318+
"type": "boolean"
6319+
},
6320+
"mfa_phone_enroll_enabled": {
6321+
"type": "boolean"
6322+
},
6323+
"mfa_phone_verify_enabled": {
6324+
"type": "boolean"
6325+
},
6326+
"mfa_phone_max_frequency": {
6327+
"type": "number",
6328+
"minimum": 0,
6329+
"maximum": 32767
6330+
},
6331+
"mfa_phone_otp_length": {
6332+
"type": "number",
6333+
"minimum": 0,
6334+
"maximum": 32767
6335+
},
6336+
"mfa_phone_template": {
6337+
"type": "string"
62446338
}
62456339
}
62466340
}
@@ -6682,6 +6776,33 @@
66826776
"type": "number",
66836777
"nullable": true
66846778
},
6779+
"mfa_totp_enroll_enabled": {
6780+
"type": "boolean",
6781+
"nullable": true
6782+
},
6783+
"mfa_totp_verify_enabled": {
6784+
"type": "boolean",
6785+
"nullable": true
6786+
},
6787+
"mfa_phone_enroll_enabled": {
6788+
"type": "boolean",
6789+
"nullable": true
6790+
},
6791+
"mfa_phone_verify_enabled": {
6792+
"type": "boolean",
6793+
"nullable": true
6794+
},
6795+
"mfa_phone_otp_length": {
6796+
"type": "number"
6797+
},
6798+
"mfa_phone_template": {
6799+
"type": "string",
6800+
"nullable": true
6801+
},
6802+
"mfa_phone_max_frequency": {
6803+
"type": "number",
6804+
"nullable": true
6805+
},
66856806
"password_hibp_enabled": {
66866807
"type": "boolean",
66876808
"nullable": true
@@ -7002,6 +7123,13 @@
70027123
"mailer_templates_reauthentication_content",
70037124
"mailer_templates_recovery_content",
70047125
"mfa_max_enrolled_factors",
7126+
"mfa_totp_enroll_enabled",
7127+
"mfa_totp_verify_enabled",
7128+
"mfa_phone_enroll_enabled",
7129+
"mfa_phone_verify_enabled",
7130+
"mfa_phone_otp_length",
7131+
"mfa_phone_template",
7132+
"mfa_phone_max_frequency",
70057133
"password_hibp_enabled",
70067134
"password_min_length",
70077135
"password_required_characters",
@@ -9569,6 +9697,17 @@
95699697
},
95709698
"persistent": {
95719699
"type": "boolean"
9700+
},
9701+
"status": {
9702+
"enum": [
9703+
"CREATING_PROJECT",
9704+
"RUNNING_MIGRATIONS",
9705+
"MIGRATIONS_PASSED",
9706+
"MIGRATIONS_FAILED",
9707+
"FUNCTIONS_DEPLOYED",
9708+
"FUNCTIONS_FAILED"
9709+
],
9710+
"type": "string"
95729711
}
95739712
}
95749713
},
@@ -9790,6 +9929,7 @@
97909929
"type": "string",
97919930
"enum": [
97929931
"us-east-1",
9932+
"us-east-2",
97939933
"us-west-1",
97949934
"us-west-2",
97959935
"ap-east-1",
@@ -9800,7 +9940,9 @@
98009940
"eu-west-1",
98019941
"eu-west-2",
98029942
"eu-west-3",
9943+
"eu-north-1",
98039944
"eu-central-1",
9945+
"eu-central-2",
98049946
"ca-central-1",
98059947
"ap-south-1",
98069948
"sa-east-1"
@@ -10299,12 +10441,30 @@
1029910441
"CreateBranchBody": {
1030010442
"type": "object",
1030110443
"properties": {
10444+
"desired_instance_size": {
10445+
"type": "string",
10446+
"enum": [
10447+
"micro",
10448+
"small",
10449+
"medium",
10450+
"large",
10451+
"xlarge",
10452+
"2xlarge",
10453+
"4xlarge",
10454+
"8xlarge",
10455+
"12xlarge",
10456+
"16xlarge"
10457+
]
10458+
},
1030210459
"branch_name": {
1030310460
"type": "string"
1030410461
},
1030510462
"git_branch": {
1030610463
"type": "string"
1030710464
},
10465+
"persistent": {
10466+
"type": "boolean"
10467+
},
1030810468
"region": {
1030910469
"type": "string"
1031010470
}
@@ -11394,6 +11554,7 @@
1139411554
"type": "string",
1139511555
"enum": [
1139611556
"us-east-1",
11557+
"us-east-2",
1139711558
"us-west-1",
1139811559
"us-west-2",
1139911560
"ap-east-1",
@@ -11404,7 +11565,9 @@
1140411565
"eu-west-1",
1140511566
"eu-west-2",
1140611567
"eu-west-3",
11568+
"eu-north-1",
1140711569
"eu-central-1",
11570+
"eu-central-2",
1140811571
"ca-central-1",
1140911572
"ap-south-1",
1141011573
"sa-east-1"
@@ -12227,6 +12390,33 @@
1222712390
"type": "number",
1222812391
"nullable": true
1222912392
},
12393+
"mfa_totp_enroll_enabled": {
12394+
"type": "boolean",
12395+
"nullable": true
12396+
},
12397+
"mfa_totp_verify_enabled": {
12398+
"type": "boolean",
12399+
"nullable": true
12400+
},
12401+
"mfa_phone_enroll_enabled": {
12402+
"type": "boolean",
12403+
"nullable": true
12404+
},
12405+
"mfa_phone_verify_enabled": {
12406+
"type": "boolean",
12407+
"nullable": true
12408+
},
12409+
"mfa_phone_otp_length": {
12410+
"type": "number"
12411+
},
12412+
"mfa_phone_template": {
12413+
"type": "string",
12414+
"nullable": true
12415+
},
12416+
"mfa_phone_max_frequency": {
12417+
"type": "number",
12418+
"nullable": true
12419+
},
1223012420
"password_hibp_enabled": {
1223112421
"type": "boolean",
1223212422
"nullable": true
@@ -12547,6 +12737,13 @@
1254712737
"mailer_templates_reauthentication_content",
1254812738
"mailer_templates_recovery_content",
1254912739
"mfa_max_enrolled_factors",
12740+
"mfa_totp_enroll_enabled",
12741+
"mfa_totp_verify_enabled",
12742+
"mfa_phone_enroll_enabled",
12743+
"mfa_phone_verify_enabled",
12744+
"mfa_phone_otp_length",
12745+
"mfa_phone_template",
12746+
"mfa_phone_max_frequency",
1255012747
"password_hibp_enabled",
1255112748
"password_min_length",
1255212749
"password_required_characters",
@@ -13128,6 +13325,31 @@
1312813325
},
1312913326
"api_max_request_duration": {
1313013327
"type": "number"
13328+
},
13329+
"mfa_totp_enroll_enabled": {
13330+
"type": "boolean"
13331+
},
13332+
"mfa_totp_verify_enabled": {
13333+
"type": "boolean"
13334+
},
13335+
"mfa_phone_enroll_enabled": {
13336+
"type": "boolean"
13337+
},
13338+
"mfa_phone_verify_enabled": {
13339+
"type": "boolean"
13340+
},
13341+
"mfa_phone_max_frequency": {
13342+
"type": "number",
13343+
"minimum": 0,
13344+
"maximum": 32767
13345+
},
13346+
"mfa_phone_otp_length": {
13347+
"type": "number",
13348+
"minimum": 0,
13349+
"maximum": 32767
13350+
},
13351+
"mfa_phone_template": {
13352+
"type": "string"
1313113353
}
1313213354
}
1313313355
},

0 commit comments

Comments
 (0)