Product - Patch
지정된 ID로 제품을 패치합니다.
PATCH https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/{productId}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
product
|
path | True |
string uuid |
제품 ID |
tenant
|
path | True |
string uuid |
Azure Sphere 테넌트 ID입니다. |
요청 본문
Name | 형식 | Description |
---|---|---|
Description |
string |
제품에 대한 설명입니다. |
Name |
string |
제품의 이름입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
성공. |
정의
Name | Description |
---|---|
Product | |
Product |
Product
Name | 형식 | Description |
---|---|---|
Description |
string |
제품에 대한 설명입니다. |
Id |
string |
제품의 고유 ID입니다. |
Name |
string |
제품의 이름입니다. |
TenantId |
string |
제품을 소유하는 테넌트 고유 ID입니다. |
ProductPatchRequest
Name | 형식 | Description |
---|---|---|
Description |
string |
제품에 대한 설명입니다. |
Name |
string |
제품의 이름입니다. |