Modify product position
PATCH {{api-server}}/:token/{{api-version}}/file/:file_uuid/product/position
This API endpoint is used to change the position of an asset's product reference.
Body attributes
| Attribute | Description | Type | Required |
|---|---|---|---|
| position | New position of the file in the product. | Numeric | Yes |
Request Body
{"position"=>1}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
X-Filerobot-Key | string | Filerobot API key | |
Content-Type | string |