Tool
organization_product_update
Updates an existing product's name and/or description
Updates an existing product's name and/or description
Behavior
- HTTP
PATCH /governance/api/v1/products/:productId
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | — | No description in the catalog. |
| productId | string | • | No description in the catalog. |
| description | string | — | No description in the catalog. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| name | string | • | |
| role | string | • | |
| slug | string | • | |
| demoAt | string | • | |
| status | string | • | |
| logoUrl | string | • | |
| blockedAt | string | • | |
| createdAt | string | • | |
| archivedAt | string | • | |
| description | string | • | |
| organizationId | string | • |
Try it
Updates an existing product's name and/or description.