Skip to content

Commit ddb17dc

Browse files
author
tse-developer
committed
Update spec file
1 parent 2dac57f commit ddb17dc

File tree

1 file changed

+20
-50
lines changed

1 file changed

+20
-50
lines changed

api-spec/openapiSpecv3-2_0.json

Lines changed: 20 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -6178,29 +6178,19 @@
61786178
"type": "string"
61796179
}
61806180
},
6181-
"commit_branch_name": {
6182-
"description": "Name of the remote branch where objects from this Thoughtspot instance will be versioned. <br/> <span class=\"since-beta-tag\">Version: 9.7.0.cl or later</span>",
6183-
"type": "string"
6184-
},
61856181
"default_branch_name": {
6186-
"description": " Use commit_branch_name instead.\n \n\nName of the remote branch where objects from this Thoughtspot instance will be versioned.\n\n\n \n\n*Deprecated from 10.0.0.cl : Replaced by commit_branch_name* ",
6187-
"type": "string",
6188-
"deprecated": true
6182+
"description": "Name of the default remote branch",
6183+
"type": "string"
61896184
},
61906185
"enable_guid_mapping": {
61916186
"description": "Maintain mapping of guid for the deployment to an instance <br/> <span class=\"since-beta-tag\">Version: 9.4.0.cl or later</span>",
6192-
"default": true,
6187+
"default": false,
61936188
"type": "boolean",
61946189
"nullable": true
61956190
},
6196-
"configuration_branch_name": {
6197-
"description": " Name of the branch where the configuration files related to operations between Thoughtspot and version control repo should be maintained.\n \n\nNote: If no branch name is specified, then by default, ts_config_files branch is considered. Ensure this branch exists before configuration. <br/> <span class=\"since-beta-tag\">Version: 9.7.0.cl or later</span>",
6198-
"type": "string"
6199-
},
62006191
"guid_mapping_branch_name": {
6201-
"description": " Use configuration_branch_name instead.\n \n\nName of the branch where the configuration files related to operations between Thoughtspot and version control repo should be maintained.\n\n\n \n\nNote: If no branch name is specified, then by default, ts_config_files branch is considered. Ensure this branch exists before configuration. \n\n\n \n\n*Deprecated from 10.0.0.cl : Replaced by configuration_branch_name* <br/> <span class=\"since-beta-tag\">Version: 9.4.0.cl or later</span>",
6202-
"type": "string",
6203-
"deprecated": true
6192+
"description": " Name of the branch where the file containing guid mapping should be maintained. This will be set only when enable_guid_mapping is true.\n \n\nNote: If no guid mapping branch is specified, then the default branch for this configuration will be considered. <br/> <span class=\"since-beta-tag\">Version: 9.4.0.cl or later</span>",
6193+
"type": "string"
62046194
}
62056195
},
62066196
"required": [
@@ -6301,28 +6291,18 @@
63016291
"type": "string"
63026292
}
63036293
},
6304-
"commit_branch_name": {
6305-
"description": "Name of the remote branch where objects from this Thoughtspot instance will be versioned. <br/> <span class=\"since-beta-tag\">Version: 9.7.0.cl or later</span>",
6306-
"type": "string"
6307-
},
63086294
"default_branch_name": {
6309-
"description": " Use commit_branch_name instead.\n \n\nName of the remote branch where objects from this Thoughtspot instance will be versioned.\n\n\n \n\n*Deprecated from 10.0.0.cl : Replaced by commit_branch_name* ",
6310-
"type": "string",
6311-
"deprecated": true
6295+
"description": "Name of the default remote branch",
6296+
"type": "string"
63126297
},
63136298
"enable_guid_mapping": {
63146299
"description": "Maintain mapping of guid for the deployment to an instance <br/> <span class=\"since-beta-tag\">Version: 9.4.0.cl or later</span>",
63156300
"type": "boolean",
63166301
"nullable": true
63176302
},
6318-
"configuration_branch_name": {
6319-
"description": "Name of the branch where the configuration files related to operations between Thoughtspot and version control repo should be maintained. <br/> <span class=\"since-beta-tag\">Version: 9.7.0.cl or later</span>",
6320-
"type": "string"
6321-
},
63226303
"guid_mapping_branch_name": {
6323-
"description": " Use configuration_branch_name instead.\n \n\nName of the branch where the configuration files related to operations between Thoughtspot and version control repo should be maintained.\n\n\n \n\n*Deprecated from 10.0.0.cl : Replaced by configuration_branch_name* <br/> <span class=\"since-beta-tag\">Version: 9.4.0.cl or later</span>",
6324-
"type": "string",
6325-
"deprecated": true
6304+
"description": " Name of the branch in which the file containing guid mapping should be maintained. This will be set only if enable_guid_mapping is true.\n \n\nNote: If no guid mapping branch is specified, then the default branch for this configuration will be considered. <br/> <span class=\"since-beta-tag\">Version: 9.4.0.cl or later</span>",
6305+
"type": "string"
63266306
}
63276307
}
63286308
}
@@ -6477,14 +6457,8 @@
64776457
"$ref": "#/components/schemas/MetadataObject"
64786458
}
64796459
},
6480-
"delete_aware": {
6481-
"description": "Delete the tml files from version control repo if it does not exist in the ThoughSpot instance",
6482-
"default": true,
6483-
"type": "boolean",
6484-
"nullable": true
6485-
},
64866460
"branch_name": {
6487-
"description": " Name of the remote branch where object should be pushed\n \n\nNote: If no branch_name is specified, then the commit_branch_name will be considered.",
6461+
"description": " Name of the remote branch where object should be pushed\n \n\nNote: If no branch_name is specified, then the default branch will be considered.",
64886462
"type": "string"
64896463
},
64906464
"comment": {
@@ -6578,11 +6552,11 @@
65786552
}
65796553
},
65806554
"branch_name": {
6581-
"description": " Name of the branch where the reverted version should be committed\n \n\nNote: If no branch_name is specified, then the commit_branch_name will be considered.",
6555+
"description": " Name of the branch where the reverted version should be committed\n \n\nNote: If no branch_name is specified, then the default branch will be considered.",
65826556
"type": "string"
65836557
},
65846558
"revert_policy": {
6585-
"description": "Policy to apply when reverting a commit. Valid values: [ALL_OR_NONE, PARTIAL]",
6559+
"description": "Policy to be followed while importing. Valid values: [ALL_OR_NONE, PARTIAL]",
65866560
"default": "ALL_OR_NONE",
65876561
"type": "string",
65886562
"enum": [
@@ -6769,7 +6743,7 @@
67696743
"type": "string"
67706744
},
67716745
"branch_name": {
6772-
"description": "Name of the remote branch where changes should be picked",
6746+
"description": " Name of the remote branch where changes should be picked\n \n\nNote: If no branch_name is specified, then the default branch will be considered.",
67736747
"type": "string"
67746748
},
67756749
"deploy_type": {
@@ -6790,14 +6764,10 @@
67906764
"PARTIAL"
67916765
]
67926766
}
6793-
},
6794-
"required": [
6795-
"branch_name"
6796-
]
6767+
}
67976768
}
67986769
}
6799-
},
6800-
"required": true
6770+
}
68016771
},
68026772
"parameters": [],
68036773
"responses": {
@@ -10897,9 +10867,9 @@
1089710867
"type": "string",
1089810868
"description": "Username to authenticate connection to the version control system"
1089910869
},
10900-
"commit_branch_name": {
10870+
"default_branch": {
1090110871
"type": "string",
10902-
"description": "Name of the remote branch where objects from this Thoughtspot instance will be versioned."
10872+
"description": "Name of the default remote branch"
1090310873
},
1090410874
"branches": {
1090510875
"type": "array",
@@ -10912,9 +10882,9 @@
1091210882
"type": "boolean",
1091310883
"description": "Maintain mapping of guid for the deployment to an instance"
1091410884
},
10915-
"configuration_branch_name": {
10885+
"guid_mapping_branch_name": {
1091610886
"type": "string",
10917-
"description": "Name of the branch where the configuration files related to operations between Thoughtspot and version control repo should be maintained."
10887+
"description": "Name of the branch in the file containing guid mapping should be maintained"
1091810888
},
1091910889
"org": {
1092010890
"$ref": "#/components/schemas/Org",
@@ -13122,4 +13092,4 @@
1312213092
}
1312313093
}
1312413094
]
13125-
}
13095+
}

0 commit comments

Comments
 (0)