using the Swagger-UI adds an additional "/api" to the request URL and is missing auth type in header #12410
Labels
status: accepted
This issue has been accepted for implementation
topic: OpenAPI
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.5.0
Python version
3.9
Steps to Reproduce
Expected Behavior
Swagger should be able to perform the action as expected by the API request used. It should be able to display the response from the request made.
Observed Behavior
The URL for the request that Swagger generates has another "/api" in the path. Also, the "Authentication" header is missing the "Token " preceding the token string itself.
For Example:
Results in the default "Page not Found" error page
The following does work
The text was updated successfully, but these errors were encountered: