Add a banner to a category
Add a banner to a category.
Authorizations:Token, JWT
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 Banner resource created
Response schema:
Category Banner resource created | id | integer |
| alt | string |
| url | string |
| width | integer |
| height | integer |
400Invalid input
401Unauthorized
Response schema:
Unauthorized | type | string |
| title | string |
| detail | string or null |
| instance | string or null |
422Unprocessable entity
500Internal error
Response schema:
Internal error | type | string |
| title | string |
| detail | string or null |
| instance | string or null |