Issue #562
closed409 code should be removed from the docs in async calls
Description
Document URL:
https://pulp-dev-guide.readthedocs.org/en/latest/integration/rest-api/repo/publish.html
https://pulp-dev-guide.readthedocs.org/en/latest/integration/rest-api/repo/sync.html#sync-a-repository
Section Number and Name:
Describe the issue:
Suggestions for improvement:
Additional information:
"409 - if a conflicting operation is in progress" should be removed.
Now async calls do not return 409 code but 202
+ This bug was cloned from Bugzilla Bug #1148944 +
Updated by bmbouter about 8 years ago
Using a search, I tried to find more instances of the 409 return code that are also wrong, but these are the only two that I could find which needed to be updated in this way. Thanks for the report Ina.
+ This comment was cloned from Bugzilla #1148944 comment 1 +
Updated by amacdona@redhat.com about 8 years ago
Fixed by https://github.com/pulp/pulp/pull/1196
+ This comment was cloned from Bugzilla #1148944 comment 2 +
Updated by ipanova@redhat.com about 8 years ago
Verified.
+ This comment was cloned from Bugzilla #1148944 comment 3 +
Updated by bmbouter about 8 years ago
- Category deleted (
1) - Tags Documentation added
Documentation is now a Tag not a Category.
Updated by dkliban@redhat.com over 7 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE