Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 435e23d

Browse files
github-merge-queue[bot]henryde
authored andcommitted
docs: update meshStack API docs from latest develop build
1 parent 9c5441e commit 435e23d

32 files changed

+7459
-3666
lines changed

website/static/api/api_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ <h3 id="_index">Index</h3>
566566
</div>
567567
<div id="footer">
568568
<div id="footer-text">
569-
Last updated 2025-04-30 13:37:33 UTC
569+
Last updated 2025-05-07 08:57:41 UTC
570570
</div>
571571
</div>
572572
</body>

website/static/api/api_key_login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ <h3 id="api_key_login">API Key Login</h3>
591591
</div>
592592
<div id="footer">
593593
<div id="footer-text">
594-
Last updated 2025-04-30 13:37:33 UTC
594+
Last updated 2025-05-07 08:57:41 UTC
595595
</div>
596596
</div>
597597
</body>

website/static/api/authentication.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ <h3 id="_basic_authentication">Basic Authentication</h3>
524524
</div>
525525
<div id="footer">
526526
<div id="footer-text">
527-
Last updated 2025-04-30 13:37:33 UTC
527+
Last updated 2025-05-07 08:57:41 UTC
528528
</div>
529529
</div>
530530
</body>

website/static/api/common_data_formats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ <h3 id="tags">Tags</h3>
542542
</div>
543543
<div id="footer">
544544
<div id="footer-text">
545-
Last updated 2025-04-30 13:37:33 UTC
545+
Last updated 2025-05-07 08:57:41 UTC
546546
</div>
547547
</div>
548548
</body>

website/static/api/deprecated_resources.html

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

website/static/api/index.html

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

website/static/api/mesh_buildingblock.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ <h5 id="_list_meshbuildingblocks">List meshBuildingBlocks</h5>
605605
"definitionVersion" : 1,
606606
"tenantIdentifier" : "my-workspace.my-project.my-platform.my-location",
607607
"forcePurge" : false,
608-
"createdOn" : "2025-04-30T13:39:33.128546667Z"
608+
"createdOn" : "2025-05-07T08:59:37.099003808Z"
609609
},
610610
"spec" : {
611611
"displayName" : "parent block",
@@ -636,7 +636,7 @@ <h5 id="_list_meshbuildingblocks">List meshBuildingBlocks</h5>
636636
"definitionVersion" : 1,
637637
"tenantIdentifier" : "my-workspace.my-project.my-platform.my-location",
638638
"forcePurge" : false,
639-
"createdOn" : "2025-04-30T13:39:33.179236096Z"
639+
"createdOn" : "2025-05-07T08:59:37.148822636Z"
640640
},
641641
"spec" : {
642642
"displayName" : "child block",
@@ -927,7 +927,7 @@ <h5 id="_get_meshbuildingblock">Get meshBuildingBlock</h5>
927927
"definitionVersion" : 1,
928928
"tenantIdentifier" : "my-workspace.my-project.my-platform.my-location",
929929
"forcePurge" : false,
930-
"createdOn" : "2025-04-30T13:39:33.179236096Z"
930+
"createdOn" : "2025-05-07T08:59:37.148822636Z"
931931
},
932932
"spec" : {
933933
"displayName" : "child block",
@@ -1019,7 +1019,7 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
10191019
}],
10201020
"parentBuildingBlocks" : [{
10211021
"definitionUuid": "b23cfb9a-6974-444f-9d33-62134a632373",
1022-
"buildingBlockUuid": "a054fc03-ce66-4d2b-aa70-ff03d6e69cba"
1022+
"buildingBlockUuid": "ec80be31-60d0-4b17-ba28-63651b4de823"
10231023
}]
10241024
}
10251025
}</code></pre>
@@ -1048,7 +1048,7 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
10481048
}],
10491049
"parentBuildingBlocks" : [{
10501050
"definitionUuid": "b23cfb9a-6974-444f-9d33-62134a632373",
1051-
"buildingBlockUuid": "a054fc03-ce66-4d2b-aa70-ff03d6e69cba"
1051+
"buildingBlockUuid": "ec80be31-60d0-4b17-ba28-63651b4de823"
10521052
}]
10531053
}
10541054
} '</code></pre>
@@ -1176,7 +1176,7 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
11761176
Vary: Origin
11771177
Vary: Access-Control-Request-Method
11781178
Vary: Access-Control-Request-Headers
1179-
Location: https://mesh-backend-url/api/meshobjects/meshbuildingblocks/620fab5d-7857-417c-9c1e-c8bacc5fff82
1179+
Location: https://mesh-backend-url/api/meshobjects/meshbuildingblocks/338bc94e-8633-4a18-b12f-4b069aff42a7
11801180
Content-Type: application/vnd.meshcloud.api.meshbuildingblock.v1.hal+json
11811181
X-Content-Type-Options: nosniff
11821182
X-XSS-Protection: 0
@@ -1191,12 +1191,12 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
11911191
"kind" : "meshBuildingBlock",
11921192
"apiVersion" : "v1",
11931193
"metadata" : {
1194-
"uuid" : "620fab5d-7857-417c-9c1e-c8bacc5fff82",
1194+
"uuid" : "338bc94e-8633-4a18-b12f-4b069aff42a7",
11951195
"definitionUuid" : "ef6aaf87-3f8c-477c-94f4-f3cf509728ca",
11961196
"definitionVersion" : 1,
11971197
"tenantIdentifier" : "my-workspace.my-project.my-platform.my-location",
11981198
"forcePurge" : false,
1199-
"createdOn" : "2025-04-30T13:39:34.275090110Z"
1199+
"createdOn" : "2025-05-07T08:59:38.273646487Z"
12001200
},
12011201
"spec" : {
12021202
"displayName" : "New BuildingBlock",
@@ -1206,7 +1206,7 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
12061206
"valueType" : "STRING"
12071207
} ],
12081208
"parentBuildingBlocks" : [ {
1209-
"buildingBlockUuid" : "a054fc03-ce66-4d2b-aa70-ff03d6e69cba",
1209+
"buildingBlockUuid" : "ec80be31-60d0-4b17-ba28-63651b4de823",
12101210
"definitionUuid" : "b23cfb9a-6974-444f-9d33-62134a632373"
12111211
} ]
12121212
},
@@ -1216,13 +1216,13 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
12161216
},
12171217
"_links" : {
12181218
"self" : {
1219-
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/620fab5d-7857-417c-9c1e-c8bacc5fff82"
1219+
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/338bc94e-8633-4a18-b12f-4b069aff42a7"
12201220
},
12211221
"meshtenant" : {
12221222
"href" : "https://mesh-backend-url/api/meshobjects/meshtenants/my-workspace.my-project.my-platform.my-location"
12231223
},
12241224
"forcePurge" : {
1225-
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/620fab5d-7857-417c-9c1e-c8bacc5fff82/purge"
1225+
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/338bc94e-8633-4a18-b12f-4b069aff42a7/purge"
12261226
}
12271227
}
12281228
}</code></pre>
@@ -1239,15 +1239,15 @@ <h5 id="_delete_meshbuildingblock">Delete meshBuildingBlock</h5>
12391239
<div class="listingblock">
12401240
<div class="title">Example Request</div>
12411241
<div class="content">
1242-
<pre class="highlight nowrap"><code class="language-http" data-lang="http">DELETE /api/meshobjects/meshbuildingblocks/620fab5d-7857-417c-9c1e-c8bacc5fff82 HTTP/1.1
1242+
<pre class="highlight nowrap"><code class="language-http" data-lang="http">DELETE /api/meshobjects/meshbuildingblocks/338bc94e-8633-4a18-b12f-4b069aff42a7 HTTP/1.1
12431243
Authorization: Basic dmFsaWRfdXNlcm5hbWU6dmFsaWRfcGFzc3dvcmQ=
12441244
Host: mesh-backend-url</code></pre>
12451245
</div>
12461246
</div>
12471247
<div class="listingblock">
12481248
<div class="title">Example Curl Request</div>
12491249
<div class="content">
1250-
<pre class="highlight"><code class="language-bash" data-lang="bash">$ curl 'https://mesh-backend-url/api/meshobjects/meshbuildingblocks/620fab5d-7857-417c-9c1e-c8bacc5fff82' -i -u 'valid_username:valid_password' -X DELETE</code></pre>
1250+
<pre class="highlight"><code class="language-bash" data-lang="bash">$ curl 'https://mesh-backend-url/api/meshobjects/meshbuildingblocks/338bc94e-8633-4a18-b12f-4b069aff42a7' -i -u 'valid_username:valid_password' -X DELETE</code></pre>
12511251
</div>
12521252
</div>
12531253
<div class="listingblock">
@@ -1277,15 +1277,15 @@ <h5 id="_purge_meshbuildingblock">Purge meshBuildingBlock</h5>
12771277
<div class="listingblock">
12781278
<div class="title">Example Request</div>
12791279
<div class="content">
1280-
<pre class="highlight nowrap"><code class="language-http" data-lang="http">DELETE /api/meshobjects/meshbuildingblocks/620fab5d-7857-417c-9c1e-c8bacc5fff82/purge HTTP/1.1
1280+
<pre class="highlight nowrap"><code class="language-http" data-lang="http">DELETE /api/meshobjects/meshbuildingblocks/338bc94e-8633-4a18-b12f-4b069aff42a7/purge HTTP/1.1
12811281
Authorization: Basic dmFsaWRfdXNlcm5hbWU6dmFsaWRfcGFzc3dvcmQ=
12821282
Host: mesh-backend-url</code></pre>
12831283
</div>
12841284
</div>
12851285
<div class="listingblock">
12861286
<div class="title">Example Curl Request</div>
12871287
<div class="content">
1288-
<pre class="highlight"><code class="language-bash" data-lang="bash">$ curl 'https://mesh-backend-url/api/meshobjects/meshbuildingblocks/620fab5d-7857-417c-9c1e-c8bacc5fff82/purge' -i -u 'valid_username:valid_password' -X DELETE</code></pre>
1288+
<pre class="highlight"><code class="language-bash" data-lang="bash">$ curl 'https://mesh-backend-url/api/meshobjects/meshbuildingblocks/338bc94e-8633-4a18-b12f-4b069aff42a7/purge' -i -u 'valid_username:valid_password' -X DELETE</code></pre>
12891289
</div>
12901290
</div>
12911291
<div class="listingblock">
@@ -1716,7 +1716,7 @@ <h5 id="_update_sources_and_steps">Update Sources and Steps</h5>
17161716
</div>
17171717
<div id="footer">
17181718
<div id="footer-text">
1719-
Last updated 2025-04-30 13:37:33 UTC
1719+
Last updated 2025-05-07 08:57:41 UTC
17201720
</div>
17211721
</div>
17221722
</body>

website/static/api/mesh_buildingblockV2.html

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -606,16 +606,16 @@ <h5 id="_list_meshbuildingblocks">List meshBuildingBlocks</h5>
606606
"metadata" : {
607607
"uuid" : "68ce5455-2a4a-4a4b-a324-6a6c18cab85a",
608608
"ownedByWorkspace" : "my-workspace",
609-
"createdOn" : "2025-04-30T13:39:36.035198744Z"
609+
"createdOn" : "2025-05-07T08:59:40.071990475Z"
610610
},
611611
"spec" : {
612612
"buildingBlockDefinitionVersionRef" : {
613-
"uuid" : "2fa6ad3e-07b1-44e9-a40e-3b449c455bca",
613+
"uuid" : "abee6670-642e-4030-81bc-2871d0da4b64",
614614
"kind" : "meshBuildingBlockDefinitionVersion"
615615
},
616616
"targetRef" : {
617617
"kind" : "meshTenant",
618-
"uuid" : "fb1e8748-c422-405d-b2f7-31086bf99f32"
618+
"uuid" : "184a10b1-d54e-4c61-81e0-096029e2bc4a"
619619
},
620620
"displayName" : "parent block",
621621
"inputs" : [ ],
@@ -643,16 +643,16 @@ <h5 id="_list_meshbuildingblocks">List meshBuildingBlocks</h5>
643643
"metadata" : {
644644
"uuid" : "5646eafe-5d56-43e5-84fe-329bb050d720",
645645
"ownedByWorkspace" : "my-workspace",
646-
"createdOn" : "2025-04-30T13:39:36.040735144Z"
646+
"createdOn" : "2025-05-07T08:59:40.077495335Z"
647647
},
648648
"spec" : {
649649
"buildingBlockDefinitionVersionRef" : {
650-
"uuid" : "d8e0bc46-56ed-4af3-b0e4-f6459978c6f6",
650+
"uuid" : "ea843a55-a965-4d8c-8738-5f44446e22fd",
651651
"kind" : "meshBuildingBlockDefinitionVersion"
652652
},
653653
"targetRef" : {
654654
"kind" : "meshTenant",
655-
"uuid" : "fb1e8748-c422-405d-b2f7-31086bf99f32"
655+
"uuid" : "184a10b1-d54e-4c61-81e0-096029e2bc4a"
656656
},
657657
"displayName" : "child block",
658658
"inputs" : [ {
@@ -960,16 +960,16 @@ <h5 id="_get_meshbuildingblock">Get meshBuildingBlock</h5>
960960
"metadata" : {
961961
"uuid" : "5646eafe-5d56-43e5-84fe-329bb050d720",
962962
"ownedByWorkspace" : "my-workspace",
963-
"createdOn" : "2025-04-30T13:39:36.040735144Z"
963+
"createdOn" : "2025-05-07T08:59:40.077495335Z"
964964
},
965965
"spec" : {
966966
"buildingBlockDefinitionVersionRef" : {
967-
"uuid" : "d8e0bc46-56ed-4af3-b0e4-f6459978c6f6",
967+
"uuid" : "ea843a55-a965-4d8c-8738-5f44446e22fd",
968968
"kind" : "meshBuildingBlockDefinitionVersion"
969969
},
970970
"targetRef" : {
971971
"kind" : "meshTenant",
972-
"uuid" : "fb1e8748-c422-405d-b2f7-31086bf99f32"
972+
"uuid" : "184a10b1-d54e-4c61-81e0-096029e2bc4a"
973973
},
974974
"displayName" : "child block",
975975
"inputs" : [ {
@@ -1050,11 +1050,11 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
10501050
"spec" : {
10511051
"buildingBlockDefinitionVersionRef": {
10521052
"kind": "meshBuildingBlockDefinitionVersion",
1053-
"uuid": "d8e0bc46-56ed-4af3-b0e4-f6459978c6f6"
1053+
"uuid": "ea843a55-a965-4d8c-8738-5f44446e22fd"
10541054
},
10551055
"targetRef": {
10561056
"kind": "meshTenant",
1057-
"uuid": "fb1e8748-c422-405d-b2f7-31086bf99f32"
1057+
"uuid": "184a10b1-d54e-4c61-81e0-096029e2bc4a"
10581058
},
10591059
"displayName" : "New BuildingBlock v2",
10601060
"inputs" : [{
@@ -1064,7 +1064,7 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
10641064
}],
10651065
"parentBuildingBlocks" : [{
10661066
"definitionUuid": "b23cfb9a-6974-444f-9d33-62134a632373",
1067-
"buildingBlockUuid": "5ad55e83-83b6-4d33-871d-cea7b2242705"
1067+
"buildingBlockUuid": "1050179d-233b-4e16-bb5c-e7d7f8d39643"
10681068
}]
10691069
}
10701070
}</code></pre>
@@ -1082,11 +1082,11 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
10821082
"spec" : {
10831083
"buildingBlockDefinitionVersionRef": {
10841084
"kind": "meshBuildingBlockDefinitionVersion",
1085-
"uuid": "d8e0bc46-56ed-4af3-b0e4-f6459978c6f6"
1085+
"uuid": "ea843a55-a965-4d8c-8738-5f44446e22fd"
10861086
},
10871087
"targetRef": {
10881088
"kind": "meshTenant",
1089-
"uuid": "fb1e8748-c422-405d-b2f7-31086bf99f32"
1089+
"uuid": "184a10b1-d54e-4c61-81e0-096029e2bc4a"
10901090
},
10911091
"displayName" : "New BuildingBlock v2",
10921092
"inputs" : [{
@@ -1096,7 +1096,7 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
10961096
}],
10971097
"parentBuildingBlocks" : [{
10981098
"definitionUuid": "b23cfb9a-6974-444f-9d33-62134a632373",
1099-
"buildingBlockUuid": "5ad55e83-83b6-4d33-871d-cea7b2242705"
1099+
"buildingBlockUuid": "1050179d-233b-4e16-bb5c-e7d7f8d39643"
11001100
}]
11011101
}
11021102
} '</code></pre>
@@ -1239,7 +1239,7 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
12391239
Vary: Origin
12401240
Vary: Access-Control-Request-Method
12411241
Vary: Access-Control-Request-Headers
1242-
Location: https://mesh-backend-url/api/meshobjects/meshbuildingblocks/b10d61b8-9dc7-4917-ba9f-dffd7ada45d1
1242+
Location: https://mesh-backend-url/api/meshobjects/meshbuildingblocks/48bfd243-e551-4c67-b257-960c4153ec95
12431243
Content-Type: application/vnd.meshcloud.api.meshbuildingblock.v2-preview.hal+json
12441244
X-Content-Type-Options: nosniff
12451245
X-XSS-Protection: 0
@@ -1254,18 +1254,18 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
12541254
"kind" : "meshBuildingBlock",
12551255
"apiVersion" : "v2-preview",
12561256
"metadata" : {
1257-
"uuid" : "b10d61b8-9dc7-4917-ba9f-dffd7ada45d1",
1257+
"uuid" : "48bfd243-e551-4c67-b257-960c4153ec95",
12581258
"ownedByWorkspace" : "my-workspace",
1259-
"createdOn" : "2025-04-30T13:39:36.932589741Z"
1259+
"createdOn" : "2025-05-07T08:59:40.955838275Z"
12601260
},
12611261
"spec" : {
12621262
"buildingBlockDefinitionVersionRef" : {
1263-
"uuid" : "d8e0bc46-56ed-4af3-b0e4-f6459978c6f6",
1263+
"uuid" : "ea843a55-a965-4d8c-8738-5f44446e22fd",
12641264
"kind" : "meshBuildingBlockDefinitionVersion"
12651265
},
12661266
"targetRef" : {
12671267
"kind" : "meshTenant",
1268-
"uuid" : "fb1e8748-c422-405d-b2f7-31086bf99f32"
1268+
"uuid" : "184a10b1-d54e-4c61-81e0-096029e2bc4a"
12691269
},
12701270
"displayName" : "New BuildingBlock v2",
12711271
"inputs" : [ {
@@ -1274,7 +1274,7 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
12741274
"valueType" : "STRING"
12751275
} ],
12761276
"parentBuildingBlocks" : [ {
1277-
"buildingBlockUuid" : "5ad55e83-83b6-4d33-871d-cea7b2242705",
1277+
"buildingBlockUuid" : "1050179d-233b-4e16-bb5c-e7d7f8d39643",
12781278
"definitionUuid" : "b23cfb9a-6974-444f-9d33-62134a632373"
12791279
} ]
12801280
},
@@ -1288,10 +1288,10 @@ <h5 id="_post_meshbuildingblock">Post meshBuildingBlock</h5>
12881288
"href" : "https://mesh-backend-url/api/meshobjects/meshtenants/my-workspace.my-project.my-platform.my-location"
12891289
},
12901290
"self" : {
1291-
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/b10d61b8-9dc7-4917-ba9f-dffd7ada45d1"
1291+
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/48bfd243-e551-4c67-b257-960c4153ec95"
12921292
},
12931293
"forcePurge" : {
1294-
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/b10d61b8-9dc7-4917-ba9f-dffd7ada45d1/purge"
1294+
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/48bfd243-e551-4c67-b257-960c4153ec95/purge"
12951295
}
12961296
}
12971297
}</code></pre>
@@ -1308,15 +1308,15 @@ <h5 id="_delete_meshbuildingblock">Delete meshBuildingBlock</h5>
13081308
<div class="listingblock">
13091309
<div class="title">Example Request</div>
13101310
<div class="content">
1311-
<pre class="highlight nowrap"><code class="language-http" data-lang="http">DELETE /api/meshobjects/meshbuildingblocks/620fab5d-7857-417c-9c1e-c8bacc5fff82 HTTP/1.1
1311+
<pre class="highlight nowrap"><code class="language-http" data-lang="http">DELETE /api/meshobjects/meshbuildingblocks/338bc94e-8633-4a18-b12f-4b069aff42a7 HTTP/1.1
13121312
Authorization: Basic dmFsaWRfdXNlcm5hbWU6dmFsaWRfcGFzc3dvcmQ=
13131313
Host: mesh-backend-url</code></pre>
13141314
</div>
13151315
</div>
13161316
<div class="listingblock">
13171317
<div class="title">Example Curl Request</div>
13181318
<div class="content">
1319-
<pre class="highlight"><code class="language-bash" data-lang="bash">$ curl 'https://mesh-backend-url/api/meshobjects/meshbuildingblocks/620fab5d-7857-417c-9c1e-c8bacc5fff82' -i -u 'valid_username:valid_password' -X DELETE</code></pre>
1319+
<pre class="highlight"><code class="language-bash" data-lang="bash">$ curl 'https://mesh-backend-url/api/meshobjects/meshbuildingblocks/338bc94e-8633-4a18-b12f-4b069aff42a7' -i -u 'valid_username:valid_password' -X DELETE</code></pre>
13201320
</div>
13211321
</div>
13221322
<div class="listingblock">
@@ -1346,15 +1346,15 @@ <h5 id="_purge_meshbuildingblock">Purge meshBuildingBlock</h5>
13461346
<div class="listingblock">
13471347
<div class="title">Example Request</div>
13481348
<div class="content">
1349-
<pre class="highlight nowrap"><code class="language-http" data-lang="http">DELETE /api/meshobjects/meshbuildingblocks/620fab5d-7857-417c-9c1e-c8bacc5fff82/purge HTTP/1.1
1349+
<pre class="highlight nowrap"><code class="language-http" data-lang="http">DELETE /api/meshobjects/meshbuildingblocks/338bc94e-8633-4a18-b12f-4b069aff42a7/purge HTTP/1.1
13501350
Authorization: Basic dmFsaWRfdXNlcm5hbWU6dmFsaWRfcGFzc3dvcmQ=
13511351
Host: mesh-backend-url</code></pre>
13521352
</div>
13531353
</div>
13541354
<div class="listingblock">
13551355
<div class="title">Example Curl Request</div>
13561356
<div class="content">
1357-
<pre class="highlight"><code class="language-bash" data-lang="bash">$ curl 'https://mesh-backend-url/api/meshobjects/meshbuildingblocks/620fab5d-7857-417c-9c1e-c8bacc5fff82/purge' -i -u 'valid_username:valid_password' -X DELETE</code></pre>
1357+
<pre class="highlight"><code class="language-bash" data-lang="bash">$ curl 'https://mesh-backend-url/api/meshobjects/meshbuildingblocks/338bc94e-8633-4a18-b12f-4b069aff42a7/purge' -i -u 'valid_username:valid_password' -X DELETE</code></pre>
13581358
</div>
13591359
</div>
13601360
<div class="listingblock">
@@ -1401,7 +1401,7 @@ <h5 id="meshBuildingBlock_targetRef">meshBuildingBlock targetRef</h5>
14011401
</div>
14021402
<div id="footer">
14031403
<div id="footer-text">
1404-
Last updated 2025-04-30 13:37:33 UTC
1404+
Last updated 2025-05-07 08:57:41 UTC
14051405
</div>
14061406
</div>
14071407
</body>

website/static/api/mesh_buildingblockrunner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ <h3 id="mesh_buildingblockrunner">Building Block Runner API</h3>
453453
</div>
454454
<div id="footer">
455455
<div id="footer-text">
456-
Last updated 2025-04-30 13:37:33 UTC
456+
Last updated 2025-05-07 08:57:41 UTC
457457
</div>
458458
</div>
459459
</body>

0 commit comments

Comments
 (0)