Update a product sticker
Update a product sticker.
Authorizations:Token
Query Parameters
| sticker_id required | integer |
Request Body Schema:
The updated Product Sticker resource | name | string |
| position | integer |
| enabled | booleanDefault: trueExample: true |
| text_color | string<= 6 characters |
| bg_color | string<= 6 characters |
Responses
200Product Sticker resource updated
Response schema:
Product Sticker resource updated | id | integer |
| name | string |
| position | integer |
| enabled | booleanDefault: trueExample: true |
| text_color | string |
| bg_color | string |
400Invalid input
404Resource not found
422Unprocessable entity