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

Commit c3040c7

Browse files
author
GitHub Actions
committed
Update meshStack API docs from latest develop build
1 parent d52eaea commit c3040c7

39 files changed

+10497
-10401
lines changed

static/api/api_index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,12 +549,12 @@ <h3 id="_index">Index</h3>
549549

550550
{
551551
"_links" : {
552-
"metadata" : {
553-
"href" : "https://mesh-backend-url/api/metadata"
554-
},
555552
"meshobjects" : {
556553
"href" : "https://mesh-backend-url/api/meshobjects"
557554
},
555+
"metadata" : {
556+
"href" : "https://mesh-backend-url/api/metadata"
557+
},
558558
"self" : {
559559
"href" : "https://mesh-backend-url/api"
560560
}
@@ -566,7 +566,7 @@ <h3 id="_index">Index</h3>
566566
</div>
567567
<div id="footer">
568568
<div id="footer-text">
569-
Last updated 2025-10-14 12:05:49 UTC
569+
Last updated 2025-10-14 12:14:00 UTC
570570
</div>
571571
</div>
572572
</body>

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-10-14 12:05:49 UTC
594+
Last updated 2025-10-14 12:14:00 UTC
595595
</div>
596596
</div>
597597
</body>

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-10-14 12:05:49 UTC
527+
Last updated 2025-10-14 12:14:00 UTC
528528
</div>
529529
</div>
530530
</body>

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-10-14 12:05:49 UTC
545+
Last updated 2025-10-14 12:14:00 UTC
546546
</div>
547547
</div>
548548
</body>

static/api/deprecated_resources.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,13 +532,13 @@ <h3 id="_deprecated_meshobject_api_endpoints">Deprecated meshObject API Endpoint
532532
</tr>
533533
<tr>
534534
<td class="tableblock halign-left valign-top"><p class="tableblock">2025-07-01</p></td>
535-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshtenants</code><br>
535+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshtenants/{tenantIdentifier}</code><br>
536536
<code>meshTenant.v1</code></p></td>
537537
<td class="tableblock halign-left valign-top"><p class="tableblock">Please upgrade to <code>meshTenant.v3</code>, which is owned by a <code>meshWorkspace</code> instead of a <code>meshCustomer</code>.</p></td>
538538
</tr>
539539
<tr>
540540
<td class="tableblock halign-left valign-top"><p class="tableblock">2025-07-01</p></td>
541-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshtenants/{tenantIdentifier}</code><br>
541+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshtenants</code><br>
542542
<code>meshTenant.v1</code></p></td>
543543
<td class="tableblock halign-left valign-top"><p class="tableblock">Please upgrade to <code>meshTenant.v3</code>, which is owned by a <code>meshWorkspace</code> instead of a <code>meshCustomer</code>.</p></td>
544544
</tr>
@@ -604,19 +604,19 @@ <h3 id="_deprecated_meshobject_api_endpoints">Deprecated meshObject API Endpoint
604604
</tr>
605605
<tr>
606606
<td class="tableblock halign-left valign-top"></td>
607-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshtenants</code><br>
607+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>POST /api/meshobjects/meshtenants</code><br>
608608
<code>meshTenant.v3</code></p></td>
609609
<td class="tableblock halign-left valign-top"><p class="tableblock">Please consider upgrading to <code>meshTenant.v4</code>, which uses a UUID to identify a meshTenant.</p></td>
610610
</tr>
611611
<tr>
612612
<td class="tableblock halign-left valign-top"></td>
613-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshtenants/{tenantIdentifier}</code><br>
613+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshtenants</code><br>
614614
<code>meshTenant.v3</code></p></td>
615615
<td class="tableblock halign-left valign-top"><p class="tableblock">Please consider upgrading to <code>meshTenant.v4</code>, which uses a UUID to identify a meshTenant.</p></td>
616616
</tr>
617617
<tr>
618618
<td class="tableblock halign-left valign-top"></td>
619-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>POST /api/meshobjects/meshtenants</code><br>
619+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>GET /api/meshobjects/meshtenants/{tenantIdentifier}</code><br>
620620
<code>meshTenant.v3</code></p></td>
621621
<td class="tableblock halign-left valign-top"><p class="tableblock">Please consider upgrading to <code>meshTenant.v4</code>, which uses a UUID to identify a meshTenant.</p></td>
622622
</tr>
@@ -780,7 +780,7 @@ <h3 id="_deprecated_meshobjects_in_declarative_import">Deprecated meshObjects in
780780
</div>
781781
<div id="footer">
782782
<div id="footer-text">
783-
Last updated 2025-10-14 12:05:49 UTC
783+
Last updated 2025-10-14 12:14:00 UTC
784784
</div>
785785
</div>
786786
</body>

0 commit comments

Comments
 (0)