Project

Profile

Help

Issue #3115

closed

One sample request in API doc for regenerate_applicability is wrong

Added by pmoravec@redhat.com over 6 years ago. Updated almost 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Low
Assignee:
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
Platform Release:
2.14.3
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation, Easy Fix, Pulp 2
Sprint:
Sprint 28
Quarter:

Description

In https://docs.pulpproject.org/dev-guide/integration/rest-api/consumer/applicability.html , section "Generate Content Applicability for Updated Repositories", there is Sample request:

{
 "repo_criteria": {
  "filters": {"id": {"$in": ["test-repo", "test-errata"]}},
  "parallel": true
 }
}

However "parallel" is not a part of "repo_criteria" but a parameter on the same level. That Sample request should be:

{
 "repo_criteria": {
  "filters": {"id": {"$in": ["test-repo", "test-errata"]}},
 },
"parallel": true
}
Actions #1

Updated by daviddavis over 6 years ago

  • Status changed from NEW to POST
  • Assignee set to daviddavis
Actions #2

Updated by dalley over 6 years ago

  • Priority changed from Normal to Low
  • Sprint/Milestone set to 47
Actions #3

Updated by dalley over 6 years ago

  • Triaged changed from No to Yes

Added by daviddavis over 6 years ago

Revision 2856f669 | View on GitHub

Fix repo applicability json example

fixes #3115

Actions #4

Updated by daviddavis over 6 years ago

  • Status changed from POST to MODIFIED
Actions #5

Updated by pcreech over 6 years ago

  • Platform Release set to 2.14.3
Actions #6

Updated by pcreech over 6 years ago

  • Status changed from MODIFIED to 5
Actions #7

Updated by bmbouter about 6 years ago

  • Sprint set to Sprint 28
Actions #8

Updated by bmbouter about 6 years ago

  • Sprint/Milestone deleted (47)
Actions #9

Updated by bmbouter almost 5 years ago

  • Tags Pulp 2 added
Actions #10

Updated by daviddavis almost 5 years ago

  • Status changed from 5 to CLOSED - CURRENTRELEASE

Also available in: Atom PDF