Actions
Issue #3470
closedWorkflow in README is broken - "additive" is not a valid choice
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
[vagrant@pulp3 ~]$ http POST http://localhost:8000/api/v3/importers/file/ name='bar' download_policy='immediate' sync_mode='additive' feed_url='https://repos.fedorapeople.org/pulp/pulp/demo_repos/test_file_repo/PULP_MANIFEST'
HTTP/1.0 400 Bad Request
Allow: GET, POST, HEAD, OPTIONS
Content-Length: 53
Content-Type: application/json
Date: Thu, 15 Mar 2018 02:16:14 GMT
Server: WSGIServer/0.2 CPython/3.6.4
Vary: Accept, Cookie
X-Frame-Options: SAMEORIGIN
{
"sync_mode": [
"\"additive\" is not a valid choice."
]
}
[vagrant@pulp3
Related issues
Updated by dalley over 6 years ago
- Subject changed from Instructions in README are broken - "additive" is not a valid choice to Workflow in README is broken - "additive" is not a valid choice
Updated by dalley over 6 years ago
- Status changed from NEW to CLOSED - DUPLICATE
Updated by dalley over 6 years ago
- Is duplicate of Issue #3469: Quickstart Guide instructions are wrong for importer added
Actions