Product - Patch

Patches the Product with the specified ID.

PATCH https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/{productId}

URI Parameters

Name In Required Type Description
productId
path True

string

uuid

The Product ID

tenantId
path True

string

uuid

The Azure Sphere tenant ID.

Request Body

Name Type Description
Description

string

The description of the product.

Name

string

The name of the product.

Responses

Name Type Description
200 OK

Product

Success.

Definitions

Name Description
Product
ProductPatchRequest

Product

Name Type Description
Description

string

The description of the product.

Id

string

The unique ID of the product.

Name

string

The name of the product.

TenantId

string

The unique ID of the tenant that owns the product.

ProductPatchRequest

Name Type Description
Description

string

The description of the product.

Name

string

The name of the product.