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

Commit 485003c

Browse files
author
GitHub Actions
committed
Update meshStack API docs from latest develop build
1 parent d1e8ca4 commit 485003c

File tree

3 files changed

+18519
-18519
lines changed

3 files changed

+18519
-18519
lines changed

static/api/deprecated-endpoints.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
| 2025-03-01 | `GET /api/meshobjects/meshusers/{username}`<br/>`meshUser.v1` | Please upgrade to `meshUser.v2`, which features an updated set of `_links` reflecting the renaming of `meshCustomer` to `meshWorkspace`. |
55
| 2025-03-01 | `GET /api/meshobjects/meshcustomers/{identifier}`<br/>`meshCustomer.v1` | Replace all uses of the `meshCustomer` object with `meshWorkspace`. |
66
| 2025-03-01 | `GET /api/meshobjects/meshcustomers`<br/>`meshCustomer.v1` | Replace all uses of the `meshCustomer` object with `meshWorkspace`. |
7-
| 2025-03-01 | `GET /api/meshobjects/meshserviceinstances/{serviceIdentifier}`<br/>`meshServiceInstance.v1` | Please upgrade to `meshServiceInstance.v2`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
87
| 2025-03-01 | `GET /api/meshobjects/meshserviceinstances`<br/>`meshServiceInstance.v1` | Please upgrade to `meshServiceInstance.v2`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
8+
| 2025-03-01 | `GET /api/meshobjects/meshserviceinstances/{serviceIdentifier}`<br/>`meshServiceInstance.v1` | Please upgrade to `meshServiceInstance.v2`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
99
| 2025-03-01 | `GET /api/meshobjects/meshcustomerusergroups`<br/>`meshCustomerUserGroup.v1` | Replace all uses of `meshCustomerUserGroup` object with `meshWorkspaceUserGroup`. |
1010
| 2025-03-01 | `GET /api/meshobjects/meshcustomerusergroups/{fullCustomerUserGroupIdentifier}`<br/>`meshCustomerUserGroup.v1` | Replace all uses of `meshCustomerUserGroup` object with `meshWorkspaceUserGroup`. |
1111
| 2025-07-01 | `GET /api/meshobjects/meshpaymentmethods`<br/>`meshPaymentMethod.v1` | Please upgrade to `meshPaymentMethod.v2`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
1212
| 2025-07-01 | `GET /api/meshobjects/meshpaymentmethods/{identifier}`<br/>`meshPaymentMethod.v1` | Please upgrade to `meshPaymentMethod.v2`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
13-
| 2025-07-01 | `GET /api/meshobjects/meshprojects`<br/>`meshProject.v1` | Please use `meshProject.v2`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
1413
| 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`. |
14+
| 2025-07-01 | `GET /api/meshobjects/meshprojects`<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/{tenantIdentifier}`<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`<br/>`meshTenant.v1` | Please upgrade to `meshTenant.v3`, which is owned by a `meshWorkspace` instead of a `meshCustomer`. |
1717
| 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`. |
@@ -24,13 +24,13 @@
2424
| 2025-10-01 | `GET /api/meshobjects/meshchargebacks/{name}`<br/>`meshChargeback.v3` | 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. |
2525
| | `GET /api/meshobjects/meshworkspaces`<br/>`meshWorkspace.v1` | Please update to `meshWorkspace.vv2` at your earliest convenience. |
2626
| | `GET /api/meshobjects/meshworkspaces/{identifier}`<br/>`meshWorkspace.v1` | Please update to `meshWorkspace.vv2` at your earliest convenience. |
27-
| | `GET /api/meshobjects/meshtenants/{tenantIdentifier}`<br/>`meshTenant.v3` | Please consider upgrading to `meshTenant.v4`, which uses a UUID to identify a meshTenant. |
28-
| | `POST /api/meshobjects/meshtenants`<br/>`meshTenant.v3` | Please consider upgrading to `meshTenant.v4`, which uses a UUID to identify a meshTenant. |
2927
| | `GET /api/meshobjects/meshtenants`<br/>`meshTenant.v3` | Please consider upgrading to `meshTenant.v4`, which uses a UUID to identify a meshTenant. |
30-
| | `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. |
28+
| | `POST /api/meshobjects/meshtenants`<br/>`meshTenant.v3` | Please consider upgrading to `meshTenant.v4`, which uses a UUID to identify a meshTenant. |
29+
| | `GET /api/meshobjects/meshtenants/{tenantIdentifier}`<br/>`meshTenant.v3` | Please consider upgrading to `meshTenant.v4`, which uses a UUID to identify a meshTenant. |
3230
| | `GET /api/meshobjects/meshbuildingblocks`<br/>`meshBuildingBlock.v1` | Please consider adopting `meshBuildingBlock.v2`, which supports building blocks on workspace level as well. |
33-
| | `PUT /api/meshobjects/meshplatforms/{uuid}`<br/>`meshPlatform.v1` | Please update to `meshPlatform.vv2-preview` at your earliest convenience. |
34-
| | `POST /api/meshobjects/meshplatforms`<br/>`meshPlatform.v1` | Please update to `meshPlatform.vv2-preview` at your earliest convenience. |
31+
| | `POST /api/meshobjects/meshbuildingblocks`<br/>`meshBuildingBlock.v1` | Please consider adopting `meshBuildingBlock.v2`, which supports building blocks on workspace level as well. |
32+
| | `GET /api/meshobjects/meshbuildingblocks/{buildingBlockUuid}`<br/>`meshBuildingBlock.v1` | Please consider adopting `meshBuildingBlock.v2`, which supports building blocks on workspace level as well. |
3533
| | `GET /api/meshobjects/meshplatforms`<br/>`meshPlatform.v1` | Please update to `meshPlatform.vv2-preview` at your earliest convenience. |
34+
| | `POST /api/meshobjects/meshplatforms`<br/>`meshPlatform.v1` | Please update to `meshPlatform.vv2-preview` at your earliest convenience. |
3635
| | `GET /api/meshobjects/meshplatforms/{uuid}`<br/>`meshPlatform.v1` | Please update to `meshPlatform.vv2-preview` at your earliest convenience. |
36+
| | `PUT /api/meshobjects/meshplatforms/{uuid}`<br/>`meshPlatform.v1` | Please update to `meshPlatform.vv2-preview` at your earliest convenience. |

0 commit comments

Comments
 (0)