-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
v3 api version-update method not working #6559
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
Comments
Believe there is a typo in the docs, it should be |
Yep, there we go. thanks. |
Hi @stsewd No longer returns a 404, |
|
Changed to bool, still no dice.
|
I'll try to dig into this later. If you only want to activate new versions based on something, you can use https://docs.readthedocs.io/en/stable/automation-rules.html btw |
@stsewd It works via curl, so I'm guessing its on our side right now, digging into it. |
@stsewd Hi if you forget the trailing slash on PATCH /api/v3/projects/(string:project_slug)/version/(string:version_slug)/ |
@stsewd is this bug still valid if yes can I work on it |
@Blackcipher101 Just the documentation needs to be updated to fix the typo oh and the comma here can be removed
|
@stsewd Has this been fixed? If not, can I work on this one? |
@preetmishra there is a PR already open |
Details
I am trying to activate/deactivate versions via the v3 api
https://docs.readthedocs.io/en/stable/api/v3.html#version-update
This is implemented per your docs, however does not appear to be
it working yet as this always returns a 404.
Code on our end:
Expected Result
I can activate versions via the API
Actual Result
API method returns 404.
The text was updated successfully, but these errors were encountered: