Actions
Issue #2864
closed202 response does not include a full URL of the task
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 22
Quarter:
Description
PUT /api/v3/importers/file/a5ee9125-9ec9-47ad-bc25-53f24b2d0ce7/
HTTP 202 Accepted
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"_href": "/api/v3/tasks/1aa43f96-ebbb-45a3-9b34-df4546bed817/",
"task_id": "1aa43f96-ebbb-45a3-9b34-df4546bed817"
}
]
The href should be the full URL.
Actions
Convert relative url to full url in 202 responses
fixes #2864 https://pulp.plan.io/issues/2864