# Seasonal Events

## GET /ux/ims/seasonal\_events/seasonal\_events/

> API endpoint that allows users to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/ims/seasonal_events/seasonal_events/":{"get":{"operationId":"ux_ims_seasonal_events_seasonal_events_retrieve","description":"API endpoint that allows users to be viewed or edited.","tags":["Seasonal Events"],"responses":{"200":{"description":"No response body"}}}}}}
```

## POST /ux/ims/seasonal\_events/seasonal\_events/

> API endpoint that allows users to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/ims/seasonal_events/seasonal_events/":{"post":{"operationId":"ux_ims_seasonal_events_seasonal_events_create","description":"API endpoint that allows users to be viewed or edited.","tags":["Seasonal Events"],"responses":{"201":{"description":"No response body"}}}}}}
```

## GET /ux/ims/seasonal\_events/seasonal\_events/{id}/

> API endpoint that allows users to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/ims/seasonal_events/seasonal_events/{id}/":{"get":{"operationId":"ux_ims_seasonal_events_seasonal_events_retrieve_2","description":"API endpoint that allows users to be viewed or edited.","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true}],"tags":["Seasonal Events"],"responses":{"200":{"description":"No response body"}}}}}}
```

## PUT /ux/ims/seasonal\_events/seasonal\_events/{id}/

> API endpoint that allows users to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/ims/seasonal_events/seasonal_events/{id}/":{"put":{"operationId":"ux_ims_seasonal_events_seasonal_events_update","description":"API endpoint that allows users to be viewed or edited.","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true}],"tags":["Seasonal Events"],"responses":{"200":{"description":"No response body"}}}}}}
```

## DELETE /ux/ims/seasonal\_events/seasonal\_events/{id}/

> API endpoint that allows users to be viewed or edited.

```json
{"openapi":"3.0.3","info":{"title":"","version":"0.0.0"},"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"Authorization"}}},"paths":{"/ux/ims/seasonal_events/seasonal_events/{id}/":{"delete":{"operationId":"ux_ims_seasonal_events_seasonal_events_destroy","description":"API endpoint that allows users to be viewed or edited.","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true}],"tags":["Seasonal Events"],"responses":{"204":{"description":"No response body"}}}}}}
```
