Product - Patch
修補具有指定識別碼的產品。
PATCH https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/{productId}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
product
|
path | True |
string uuid |
產品識別碼 |
tenant
|
path | True |
string uuid |
Azure Sphere 租使用者識別碼。 |
要求本文
名稱 | 類型 | Description |
---|---|---|
Description |
string |
產品的描述。 |
Name |
string |
產品的名稱。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
成功。 |
定義
名稱 | Description |
---|---|
Product | |
Product |
Product
名稱 | 類型 | Description |
---|---|---|
Description |
string |
產品的描述。 |
Id |
string |
產品的唯一識別碼。 |
Name |
string |
產品的名稱。 |
TenantId |
string |
擁有產品之租使用者的唯一識別碼。 |
ProductPatchRequest
名稱 | 類型 | Description |
---|---|---|
Description |
string |
產品的描述。 |
Name |
string |
產品的名稱。 |