Skip to content

Commit 3aef91f

Browse files
deprecation typo fixes
1 parent 115dae2 commit 3aef91f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/deprecated-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Recommended action::
9696
If your embed deployments are still using the legacy experience modes, we recommend that you enable the V3 navigation and home page experience in your development environments and evaluate the changes. For information on the features available in V3 experience mode, refer to the xref:full-app-customize.adoc[Full application embedding documentation].
9797

9898
[#PNGFlowDeprecation]
99-
== Deprecating select options in PNG export
99+
== Deprecation of select options in PNG export
100100
The `include_cover_page` and `include_filter_page` options for the `POST /api/rest/2.0/report/liveboard` endpoint are now deprecated for PNG downloads.
101101

102102
The Liveboard Report API has improved PNG export options which generate high-quality PNGs that closely match the Liveboard experience. It supports `image_resolution` (up to 3840px wide), `image_scale` (zoom), and allows developers to export a specific tab instead of stitching all tabs vertically.
@@ -123,7 +123,7 @@ The `/api/rest/2.0/template/variables/{identifier}/delete` and `/api/rest/2.0/te
123123
Impact on your instance::
124124
Your existing implementation will continue to work until further notice. However, these endpoints will be removed from ThoughtSpot in a future release. Therefore, ThoughtSpot recommends using the following new API endpoints: +
125125
** `POST /api/rest/2.0/template/variables/{identifier}/update-values` +
126-
Assigns multiple values to variables and sets the scope for variable values in a single API request.
126+
Assigns multiple values to a variable and sets the scope for variable values in a single API request.
127127
** `POST /api/rest/2.0/template/variables/delete` +
128128
Deletes one or more variables in a single API request.
129129

0 commit comments

Comments
 (0)