Update product attachment by id
Update product attachment by id
Authorizations:Token
Query Parameters
id required | integerId value of the Attachment object |
Request Body Schema:
Attachment object that needs to be added private | booleanPrivate attachment |
history | ArrayAttachment history |
id | integerUnique id |
orderby | integerSort position |
product | |
storage | |
access | stringAccess - membership id or [self::ACCESS_ANY, self::ACCESS_REGISTERED] |
Responses
200Success
Response schema:
Success private | booleanPrivate attachment |
history | ArrayAttachment history |
id | integerUnique id |
orderby | integerSort position |
product | |
storage | |
access | stringAccess - membership id or [self::ACCESS_ANY, self::ACCESS_REGISTERED] |