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

Commit 9b7f635

Browse files
author
GitHub Actions
committed
Update meshStack API docs from latest develop build
1 parent de97e8c commit 9b7f635

File tree

3 files changed

+17932
-17932
lines changed

3 files changed

+17932
-17932
lines changed

static/api/deprecated-endpoints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
| 2025-07-01 | `GET /api/meshobjects/meshprojects/{fullProjectIdentifier}`<br/>`meshProject.v1` | Please use `meshProject.v2`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
1515
| 2025-07-01 | `GET /api/meshobjects/meshtenants`<br/>`meshTenant.v1` | Please upgrade to `meshTenant.v3`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
1616
| 2025-07-01 | `GET /api/meshobjects/meshtenants/{tenantIdentifier}`<br/>`meshTenant.v1` | Please upgrade to `meshTenant.v3`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
17-
| 2025-07-01 | `GET /api/meshobjects/meshtenants/{tenantIdentifier}`<br/>`meshTenant.v2` | Please upgrade to `meshTenant.v3`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
1817
| 2025-07-01 | `GET /api/meshobjects/meshtenants`<br/>`meshTenant.v2` | Please upgrade to `meshTenant.v3`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
18+
| 2025-07-01 | `GET /api/meshobjects/meshtenants/{tenantIdentifier}`<br/>`meshTenant.v2` | Please upgrade to `meshTenant.v3`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
1919
| 2025-10-01 | `GET /api/meshobjects/meshchargebacks`<br/>`meshChargeback.v1` | Note: This endpoint is part of the separate metering API service.Please migrate to `meshTenantUsageReport.v3` which now contains usage and chargeback data for every report. The meshChargeback object as an aggregation of different usage reports will be removed from the meshObject API. Just like the `meshChargeback` object, the `meshTenantUsageReport.v3` contains line item data at seller-product-group level aggregation. Please be advised that a future change will move the API base url from the metering API to the standard meshObject API endpoint, so it's a good idea to keep the API base url configurable. |
2020
| 2025-10-01 | `GET /api/meshobjects/meshchargebacks/{name}`<br/>`meshChargeback.v1` | Note: This endpoint is part of the separate metering API service.Please migrate to `meshTenantUsageReport.v3` which now contains usage and chargeback data for every report. The meshChargeback object as an aggregation of different usage reports will be removed from the meshObject API. Just like the `meshChargeback` object, the `meshTenantUsageReport.v3` contains line item data at seller-product-group level aggregation. Please be advised that a future change will move the API base url from the metering API to the standard meshObject API endpoint, so it's a good idea to keep the API base url configurable. |
2121
| 2025-10-01 | `GET /api/meshobjects/meshchargebacks`<br/>`meshChargeback.v2` | Note: This endpoint is part of the separate metering API service.Please migrate to `meshTenantUsageReport.v3` which now contains usage and chargeback data for every report. The meshChargeback object as an aggregation of different usage reports will be removed from the meshObject API. Just like the `meshChargeback` object, the `meshTenantUsageReport.v3` contains line item data at seller-product-group level aggregation. Please be advised that a future change will move the API base url from the metering API to the standard meshObject API endpoint, so it's a good idea to keep the API base url configurable. |
@@ -28,9 +28,9 @@
2828
| | `GET /api/meshobjects/meshtenants`<br/>`meshTenant.v3` | Please consider upgrading to `meshTenant.v4`, which uses a UUID to identify a meshTenant. |
2929
| | `POST /api/meshobjects/meshtenants`<br/>`meshTenant.v3` | Please consider upgrading to `meshTenant.v4`, which uses a UUID to identify a meshTenant. |
3030
| | `GET /api/meshobjects/meshbuildingblocks/{buildingBlockUuid}`<br/>`meshBuildingBlock.v1` | Please consider adopting `meshBuildingBlock.v2`, which supports building blocks on workspace level as well. |
31-
| | `POST /api/meshobjects/meshbuildingblocks`<br/>`meshBuildingBlock.v1` | Please consider adopting `meshBuildingBlock.v2`, which supports building blocks on workspace level as well. |
3231
| | `GET /api/meshobjects/meshbuildingblocks`<br/>`meshBuildingBlock.v1` | Please consider adopting `meshBuildingBlock.v2`, which supports building blocks on workspace level as well. |
33-
| | `GET /api/meshobjects/meshplatforms/{uuid}`<br/>`meshPlatform.v1` | Please update to `meshPlatform.vv2-preview` at your earliest convenience. |
32+
| | `POST /api/meshobjects/meshbuildingblocks`<br/>`meshBuildingBlock.v1` | Please consider adopting `meshBuildingBlock.v2`, which supports building blocks on workspace level as well. |
3433
| | `PUT /api/meshobjects/meshplatforms/{uuid}`<br/>`meshPlatform.v1` | Please update to `meshPlatform.vv2-preview` at your earliest convenience. |
34+
| | `GET /api/meshobjects/meshplatforms/{uuid}`<br/>`meshPlatform.v1` | Please update to `meshPlatform.vv2-preview` at your earliest convenience. |
3535
| | `GET /api/meshobjects/meshplatforms`<br/>`meshPlatform.v1` | Please update to `meshPlatform.vv2-preview` at your earliest convenience. |
3636
| | `POST /api/meshobjects/meshplatforms`<br/>`meshPlatform.v1` | Please update to `meshPlatform.vv2-preview` at your earliest convenience. |

0 commit comments

Comments
 (0)