Skip to main content

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
titlestring<= 128 characters
descriptionstring<= 128 characters
positioninteger
accessstringDefault: "A"Example: "A"

Responses

200Product Attachment resource updated
Response schema:
Product Attachment resource updated
idinteger
titlestring<= 128 characters
descriptionstring<= 128 characters
positioninteger
accessstring
urlstring
400Invalid input
404Resource not found
422Unprocessable entity