Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolves #402 Update API endpoint paths #404

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

0pilatos0
Copy link
Contributor

(this pr resolved #402 )

This PR addresses the issue with the generated swaggerUI API documentation where the api path did not match for all requests listed

Implementation Details

updated the request path in the swagger comment

  • /api/v2/progress/task/ -> /progress/task/
  • /api/v2/progress/task/objective/ -> /progress/task/objective

because the /api/v2 part is already mentioned in the server url this will make sure the requests are in line with the following requests:

  • /progress/
  • /team/progress/
  • /token/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tarkovtracker swaggerUI invalid url provided with task/objective endpoints
1 participant