You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the task
The current Swagger documentation for the API is outdated and does not reflect the latest changes in the endpoints. As a result, trying to interact with the API through the Swagger UI leads to errors, and the generated client code may not work correctly. This task involves:
Identifying the outdated or incorrect sections of the Swagger docs.
Updating the Swagger docs to match the latest API changes.
Ensuring that the Swagger UI reflects accurate information for all endpoints.
Testing the Swagger docs by using them to interact with the API and checking for any further errors.
Current Behaviour
Expected Behavior
The Swagger docs should be updated to accurately reflect the current state of the API.
No errors should occur when using Swagger UI to interact with the API.
Client code generated from the Swagger docs should work correctly with the API.
The text was updated successfully, but these errors were encountered:
Description of the task
The current Swagger documentation for the API is outdated and does not reflect the latest changes in the endpoints. As a result, trying to interact with the API through the Swagger UI leads to errors, and the generated client code may not work correctly. This task involves:
Current Behaviour
Expected Behavior
The text was updated successfully, but these errors were encountered: