Product - Patch
指定した ID を使用して製品にパッチを適用します。
PATCH https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/{productId}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
product
|
path | True |
string uuid |
製品 ID |
tenant
|
path | True |
string uuid |
Azure Sphere テナント ID。 |
要求本文
名前 | 型 | 説明 |
---|---|---|
Description |
string |
製品の説明。 |
Name |
string |
製品の名前です。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
成功しました。 |
定義
名前 | 説明 |
---|---|
Product | |
Product |
Product
名前 | 型 | 説明 |
---|---|---|
Description |
string |
製品の説明。 |
Id |
string |
製品の一意の ID。 |
Name |
string |
製品の名前です。 |
TenantId |
string |
製品を所有するテナントの一意の ID。 |
ProductPatchRequest
名前 | 型 | 説明 |
---|---|---|
Description |
string |
製品の説明。 |
Name |
string |
製品の名前です。 |