Skip to content

Commit c7f62df

Browse files
github-merge-queue[bot]malhussan
authored andcommitted
docs: update meshStack API docs from latest develop build
1 parent 87e04dc commit c7f62df

13 files changed

+40
-40
lines changed

website/static/billing-api/api_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ <h3 id="_index">Index</h3>
559559
</div>
560560
<div id="footer">
561561
<div id="footer-text">
562-
Last updated 2025-05-19 10:00:04 UTC
562+
Last updated 2025-05-26 14:23:49 UTC
563563
</div>
564564
</div>
565565
</body>

website/static/billing-api/common_data_formats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ <h3 id="paging">Paging</h3>
519519
</div>
520520
<div id="footer">
521521
<div id="footer-text">
522-
Last updated 2025-05-19 10:00:04 UTC
522+
Last updated 2025-05-26 14:23:49 UTC
523523
</div>
524524
</div>
525525
</body>

website/static/billing-api/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ <h2 id="authentication"><a class="link" href="#authentication">Authentication</a
518518
<div class="paragraph">
519519
<p>Before you start interacting with any of the endpoints we offer, make sure that you acquired valid HTTP Basic Auth
520520
credentials. API users, which can be used for basic auth, can be created via meshPanel. These API users are only
521-
available for users with organization admin rights.</p>
521+
available for users with Partner Admin rights.</p>
522522
</div>
523523
<div class="paragraph">
524524
<p>Each endpoint listed in the documentation is secured via HTTP Basic Auth. To authenticate requests, please set the Authorization header as such:</p>
@@ -1103,14 +1103,14 @@ <h3 id="mesh_objects"><a class="link" href="#mesh_objects">meshObjects</a></h3>
11031103

11041104
{
11051105
"_links" : {
1106-
"meshtenantusagereports" : {
1107-
"href" : "https://mesh-billing-url/api/meshobjects/meshtenantusagereports{?ownedByWorkspace,ownedByProject,isManaged,platform,platformType,platformTenantId,period,reportCategory,paymentMethodIdentifier,meshTenantId,finalizedAfter,cancelledAfter,status,showCancelled,sort}",
1108-
"templated" : true
1109-
},
11101106
"meshchargebacks" : {
11111107
"href" : "https://mesh-billing-url/api/meshobjects/meshchargebacks{?workspaceIdentifier,projectIdentifier,period,finalized,finalizedSince,cancelledSince}",
11121108
"templated" : true
11131109
},
1110+
"meshtenantusagereports" : {
1111+
"href" : "https://mesh-billing-url/api/meshobjects/meshtenantusagereports{?ownedByWorkspace,ownedByProject,isManaged,platform,platformType,platformTenantId,period,reportCategory,paymentMethodIdentifier,meshTenantId,finalizedAfter,cancelledAfter,status,showCancelled,sort}",
1112+
"templated" : true
1113+
},
11141114
"self" : {
11151115
"href" : "https://mesh-billing-url/api/meshobjects"
11161116
}
@@ -1320,7 +1320,7 @@ <h5 id="_list_meshtenantusagereports"><a class="link" href="#_list_meshtenantusa
13201320
"reportCategory" : "BILLING",
13211321
"platformType" : "Azure",
13221322
"platform" : "azure.prod",
1323-
"platformTenantId" : "503cc81d-9f2a-428b-a7e9-ec3d0a8d7138",
1323+
"platformTenantId" : "d83f44e3-0d09-44e9-805f-5c12cc544195",
13241324
"version" : 2
13251325
},
13261326
"status" : {
@@ -1371,7 +1371,7 @@ <h5 id="_list_meshtenantusagereports"><a class="link" href="#_list_meshtenantusa
13711371
"reportCategory" : "BILLING",
13721372
"platformType" : "Azure",
13731373
"platform" : "azure.prod",
1374-
"platformTenantId" : "21b5bb67-04d3-417e-ac47-132bb07d3e41",
1374+
"platformTenantId" : "07c28a67-936c-412c-bbec-53e407a04954",
13751375
"version" : 1
13761376
},
13771377
"status" : {
@@ -1699,7 +1699,7 @@ <h5 id="_get_meshtenantusagereport"><a class="link" href="#_get_meshtenantusager
16991699
"reportCategory" : "BILLING",
17001700
"platformType" : "Azure",
17011701
"platform" : "azure.prod",
1702-
"platformTenantId" : "503cc81d-9f2a-428b-a7e9-ec3d0a8d7138",
1702+
"platformTenantId" : "d83f44e3-0d09-44e9-805f-5c12cc544195",
17031703
"version" : 2
17041704
},
17051705
"status" : {
@@ -2562,7 +2562,7 @@ <h5 id="_put_meshresourceusagereports"><a class="link" href="#_put_meshresourceu
25622562
</div>
25632563
<div id="footer">
25642564
<div id="footer-text">
2565-
Last updated 2025-05-19 10:00:04 UTC
2565+
Last updated 2025-05-26 14:23:49 UTC
25662566
</div>
25672567
</div>
25682568
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/github.min.css">

website/static/billing-api/mesh_chargeback.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ <h5 id="_get_meshchargeback">Get meshChargeback</h5>
985985
</div>
986986
<div id="footer">
987987
<div id="footer-text">
988-
Last updated 2025-05-19 10:00:04 UTC
988+
Last updated 2025-05-26 14:23:49 UTC
989989
</div>
990990
</div>
991991
</body>

website/static/billing-api/mesh_objects.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -548,14 +548,14 @@ <h3 id="mesh_objects">meshObjects</h3>
548548

549549
{
550550
"_links" : {
551-
"meshtenantusagereports" : {
552-
"href" : "https://mesh-billing-url/api/meshobjects/meshtenantusagereports{?ownedByWorkspace,ownedByProject,isManaged,platform,platformType,platformTenantId,period,reportCategory,paymentMethodIdentifier,meshTenantId,finalizedAfter,cancelledAfter,status,showCancelled,sort}",
553-
"templated" : true
554-
},
555551
"meshchargebacks" : {
556552
"href" : "https://mesh-billing-url/api/meshobjects/meshchargebacks{?workspaceIdentifier,projectIdentifier,period,finalized,finalizedSince,cancelledSince}",
557553
"templated" : true
558554
},
555+
"meshtenantusagereports" : {
556+
"href" : "https://mesh-billing-url/api/meshobjects/meshtenantusagereports{?ownedByWorkspace,ownedByProject,isManaged,platform,platformType,platformTenantId,period,reportCategory,paymentMethodIdentifier,meshTenantId,finalizedAfter,cancelledAfter,status,showCancelled,sort}",
557+
"templated" : true
558+
},
559559
"self" : {
560560
"href" : "https://mesh-billing-url/api/meshobjects"
561561
}
@@ -765,7 +765,7 @@ <h5 id="_list_meshtenantusagereports">List meshTenantUsageReports</h5>
765765
"reportCategory" : "BILLING",
766766
"platformType" : "Azure",
767767
"platform" : "azure.prod",
768-
"platformTenantId" : "503cc81d-9f2a-428b-a7e9-ec3d0a8d7138",
768+
"platformTenantId" : "d83f44e3-0d09-44e9-805f-5c12cc544195",
769769
"version" : 2
770770
},
771771
"status" : {
@@ -816,7 +816,7 @@ <h5 id="_list_meshtenantusagereports">List meshTenantUsageReports</h5>
816816
"reportCategory" : "BILLING",
817817
"platformType" : "Azure",
818818
"platform" : "azure.prod",
819-
"platformTenantId" : "21b5bb67-04d3-417e-ac47-132bb07d3e41",
819+
"platformTenantId" : "07c28a67-936c-412c-bbec-53e407a04954",
820820
"version" : 1
821821
},
822822
"status" : {
@@ -1144,7 +1144,7 @@ <h5 id="_get_meshtenantusagereport">Get meshTenantUsageReport</h5>
11441144
"reportCategory" : "BILLING",
11451145
"platformType" : "Azure",
11461146
"platform" : "azure.prod",
1147-
"platformTenantId" : "503cc81d-9f2a-428b-a7e9-ec3d0a8d7138",
1147+
"platformTenantId" : "d83f44e3-0d09-44e9-805f-5c12cc544195",
11481148
"version" : 2
11491149
},
11501150
"status" : {
@@ -2005,7 +2005,7 @@ <h5 id="_put_meshresourceusagereports">Put meshResourceUsageReports</h5>
20052005
</div>
20062006
<div id="footer">
20072007
<div id="footer-text">
2008-
Last updated 2025-05-19 10:00:04 UTC
2008+
Last updated 2025-05-26 14:23:49 UTC
20092009
</div>
20102010
</div>
20112011
</body>

website/static/billing-api/mesh_resource_usage_report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ <h5 id="_put_meshresourceusagereports">Put meshResourceUsageReports</h5>
716716
</div>
717717
<div id="footer">
718718
<div id="footer-text">
719-
Last updated 2025-05-19 10:00:04 UTC
719+
Last updated 2025-05-26 14:23:49 UTC
720720
</div>
721721
</div>
722722
</body>

website/static/billing-api/mesh_tenant_usage_reports.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ <h5 id="_list_meshtenantusagereports">List meshTenantUsageReports</h5>
642642
"reportCategory" : "BILLING",
643643
"platformType" : "Azure",
644644
"platform" : "azure.prod",
645-
"platformTenantId" : "503cc81d-9f2a-428b-a7e9-ec3d0a8d7138",
645+
"platformTenantId" : "d83f44e3-0d09-44e9-805f-5c12cc544195",
646646
"version" : 2
647647
},
648648
"status" : {
@@ -693,7 +693,7 @@ <h5 id="_list_meshtenantusagereports">List meshTenantUsageReports</h5>
693693
"reportCategory" : "BILLING",
694694
"platformType" : "Azure",
695695
"platform" : "azure.prod",
696-
"platformTenantId" : "21b5bb67-04d3-417e-ac47-132bb07d3e41",
696+
"platformTenantId" : "07c28a67-936c-412c-bbec-53e407a04954",
697697
"version" : 1
698698
},
699699
"status" : {
@@ -1021,7 +1021,7 @@ <h5 id="_get_meshtenantusagereport">Get meshTenantUsageReport</h5>
10211021
"reportCategory" : "BILLING",
10221022
"platformType" : "Azure",
10231023
"platform" : "azure.prod",
1024-
"platformTenantId" : "503cc81d-9f2a-428b-a7e9-ec3d0a8d7138",
1024+
"platformTenantId" : "d83f44e3-0d09-44e9-805f-5c12cc544195",
10251025
"version" : 2
10261026
},
10271027
"status" : {
@@ -1066,7 +1066,7 @@ <h5 id="_get_meshtenantusagereport">Get meshTenantUsageReport</h5>
10661066
</div>
10671067
<div id="footer">
10681068
<div id="footer-text">
1069-
Last updated 2025-05-19 10:00:04 UTC
1069+
Last updated 2025-05-26 14:23:49 UTC
10701070
</div>
10711071
</div>
10721072
</body>

0 commit comments

Comments
 (0)