Closed
Description
Deployment Type
Self-hosted
Triage priority
N/A
NetBox Version
v4.1.3
Python Version
3.11
Steps to Reproduce
- add an endpoint to an API plugin
- reload netbox
Expected Behavior
swagger should update showing the new endpoint
Observed Behavior
Problem is caused by the caching of the swagger in redis, this needs to be cleared every time in order for the swagger to update. It does appear to load after the cache expires but this takes 24 hours