Swagger not updating when new API endpoints added in plugin #18021
Labels
complexity: low
Requires minimal effort to implement
pending closure
Requires immediate attention to avoid being closed for inactivity
status: revisions needed
This issue requires additional information to be actionable
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
Triage priority
N/A
NetBox Version
v4.1.3
Python Version
3.11
Steps to Reproduce
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
The text was updated successfully, but these errors were encountered: