Skip to content

Commit 62abe32

Browse files
Update generated docs to align with v3.132.2 (#1004)
This PR was generated by GitHub Action. It updates the generated docs.
1 parent 5252ca2 commit 62abe32

File tree

5 files changed

+92
-92
lines changed

5 files changed

+92
-92
lines changed

api/enhancedSidebar.json

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

api/get-latest.api.mdx

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

api/sidebar.ts

Lines changed: 87 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,84 @@ const sidebar: SidebarsConfig = {
12001200
},
12011201
],
12021202
},
1203+
{
1204+
type: "category",
1205+
label: "Ai Playground result controller",
1206+
link: {
1207+
type: "doc",
1208+
id: "ai-playground-result-controller",
1209+
},
1210+
collapsible: false,
1211+
collapsed: false,
1212+
items: [
1213+
{
1214+
type: "doc",
1215+
id: "get-ai-playground-result",
1216+
label: "Get ai playground result",
1217+
className: "api-method post",
1218+
},
1219+
],
1220+
},
1221+
{
1222+
type: "category",
1223+
label: "Ai prompt controller",
1224+
link: {
1225+
type: "doc",
1226+
id: "ai-prompt-controller",
1227+
},
1228+
collapsible: false,
1229+
collapsed: false,
1230+
items: [
1231+
{
1232+
type: "doc",
1233+
id: "get-all-paged",
1234+
label: "Get all prompts",
1235+
className: "api-method get",
1236+
},
1237+
{
1238+
type: "doc",
1239+
id: "create-prompt",
1240+
label: "Create prompt",
1241+
className: "api-method post",
1242+
},
1243+
{
1244+
type: "doc",
1245+
id: "get-default-prompt",
1246+
label: "Get default prompt",
1247+
className: "api-method get",
1248+
},
1249+
{
1250+
type: "doc",
1251+
id: "variables",
1252+
label: "Get variables",
1253+
className: "api-method get",
1254+
},
1255+
{
1256+
type: "doc",
1257+
id: "run",
1258+
label: "Run prompt",
1259+
className: "api-method post",
1260+
},
1261+
{
1262+
type: "doc",
1263+
id: "get-prompt",
1264+
label: "Get prompt by id",
1265+
className: "api-method get",
1266+
},
1267+
{
1268+
type: "doc",
1269+
id: "update-prompt",
1270+
label: "Update prompt",
1271+
className: "api-method put",
1272+
},
1273+
{
1274+
type: "doc",
1275+
id: "delete-prompt",
1276+
label: "Delete prompt",
1277+
className: "api-method delete",
1278+
},
1279+
],
1280+
},
12031281
{
12041282
type: "category",
12051283
label: "Projects",
@@ -1302,36 +1380,6 @@ const sidebar: SidebarsConfig = {
13021380
},
13031381
],
13041382
},
1305-
{
1306-
type: "category",
1307-
label: "Export",
1308-
link: {
1309-
type: "doc",
1310-
id: "export",
1311-
},
1312-
collapsible: false,
1313-
collapsed: false,
1314-
items: [
1315-
{
1316-
type: "doc",
1317-
id: "do-export-json-zip",
1318-
label: "Export to ZIP of jsons",
1319-
className: "menu__list-item--deprecated api-method get",
1320-
},
1321-
{
1322-
type: "doc",
1323-
id: "export-data",
1324-
label: "Export data",
1325-
className: "api-method get",
1326-
},
1327-
{
1328-
type: "doc",
1329-
id: "export-post",
1330-
label: "Export data (post)",
1331-
className: "api-method post",
1332-
},
1333-
],
1334-
},
13351383
{
13361384
type: "category",
13371385
label: "Llm providers",
@@ -1382,78 +1430,30 @@ const sidebar: SidebarsConfig = {
13821430
},
13831431
{
13841432
type: "category",
1385-
label: "Ai prompt controller",
1433+
label: "Export",
13861434
link: {
13871435
type: "doc",
1388-
id: "ai-prompt-controller",
1436+
id: "export",
13891437
},
13901438
collapsible: false,
13911439
collapsed: false,
13921440
items: [
13931441
{
13941442
type: "doc",
1395-
id: "get-all-paged",
1396-
label: "Get all prompts",
1397-
className: "api-method get",
1398-
},
1399-
{
1400-
type: "doc",
1401-
id: "create-prompt",
1402-
label: "Create prompt",
1403-
className: "api-method post",
1404-
},
1405-
{
1406-
type: "doc",
1407-
id: "get-default-prompt",
1408-
label: "Get default prompt",
1409-
className: "api-method get",
1410-
},
1411-
{
1412-
type: "doc",
1413-
id: "variables",
1414-
label: "Get variables",
1415-
className: "api-method get",
1416-
},
1417-
{
1418-
type: "doc",
1419-
id: "run",
1420-
label: "Run prompt",
1421-
className: "api-method post",
1443+
id: "do-export-json-zip",
1444+
label: "Export to ZIP of jsons",
1445+
className: "menu__list-item--deprecated api-method get",
14221446
},
14231447
{
14241448
type: "doc",
1425-
id: "get-prompt",
1426-
label: "Get prompt by id",
1449+
id: "export-data",
1450+
label: "Export data",
14271451
className: "api-method get",
14281452
},
14291453
{
14301454
type: "doc",
1431-
id: "update-prompt",
1432-
label: "Update prompt",
1433-
className: "api-method put",
1434-
},
1435-
{
1436-
type: "doc",
1437-
id: "delete-prompt",
1438-
label: "Delete prompt",
1439-
className: "api-method delete",
1440-
},
1441-
],
1442-
},
1443-
{
1444-
type: "category",
1445-
label: "Ai Playground result controller",
1446-
link: {
1447-
type: "doc",
1448-
id: "ai-playground-result-controller",
1449-
},
1450-
collapsible: false,
1451-
collapsed: false,
1452-
items: [
1453-
{
1454-
type: "doc",
1455-
id: "get-ai-playground-result",
1456-
label: "Get ai playground result",
1455+
id: "export-post",
1456+
label: "Export data (post)",
14571457
className: "api-method post",
14581458
},
14591459
],

api/tolgee-api.info.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Tolgee Platform REST API reference
156156
</td>
157157
</tr><tr>
158158
<th>
159-
Header parameter name:
159+
Query parameter name:
160160
</th><td>
161161
ak
162162
</td>

apiSpecGeneration/apiSpecs.json

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

0 commit comments

Comments
 (0)