Add an icon to a category
Add an icon to a category.
Authorizations:Token
Query Parameters
| category_id required | integer |
Request Body Schema:
| alt | stringAlt text |
| externalUrl | stringURL to the image file which will be downloaded from there |
| attachment | stringbase64-encoded image |
| filename | stringImage name with correct extension. Required for 'attachement' field. |
Responses
201Category Icon resource created
Response schema:
Category Icon resource created | id | integer |
| alt | string |
| url | string |
| width | integer |
| height | integer |
400Invalid input
422Unprocessable entity