-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Project tags can not be updated using the API #7354
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
It does basic setup, but still it needs manual tweaking: * It can not update tags, see readthedocs/readthedocs.org#7354 * It can not link translation projects to main one, see readthedocs/readthedocs.org#7351 * Automation rules on newly created projects are missing, see readthedocs/readthedocs.org#7350
I think that was done to mimic the import page, but if we don't have a strong reason, I think it makes sense to allow all the fields |
I'm fine adding support to change most (or all) the fields at this point. |
@humitos Is this issue still open? |
@SyedMa3 yes |
Details
Expected Result
The projects API does include project tags, but it's not possible to update it or set when creating new projects.
Actual Result
When including tags in the request, it gets silently ignored.
Another source of confusion might be that ProjectCreateSerializer and ProjectCreateSerializer are different - is there any reason to allow less fields in project creating than later in updating it?
The text was updated successfully, but these errors were encountered: