Update a product attachment
Update a product attachment.
Authorizations:Token
Query Parameters
| product_id required | integer |
| id required | integer |
Request Body Schema:
The updated Product Attachment resource | title | string<= 128 characters |
| description | string<= 128 characters |
| position | integer |
| access | stringDefault: "A"Example: "A" |
Responses
200Product Attachment resource updated
Response schema:
Product Attachment resource updated | id | integer |
| title | string<= 128 characters |
| description | string<= 128 characters |
| position | integer |
| access | string |
| url | string |
400Invalid input
404Resource not found
422Unprocessable entity