Actions
Issue #3978
closedOperation postponed response contains too much information
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
When a user performs a sync, repository_version creation, or a publish she is presented with a 202 response with the following schema:
{
"_href": "/pulp/api/v3/some-task-id/",
"task_id": "some-task-id"
}
The `task_id` is not necessary because users are supposed to use resource HREFs as identifiers. The `_href` field is not descriptive enough on it's own. A better response would look like
{
"task": "/pulp/api/v3/some-task-id/"
}
Updated by vdusek about 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to vdusek
Updated by vdusek about 6 years ago
- Status changed from ASSIGNED to POST
Added by vdusek about 6 years ago
Added by vdusek about 6 years ago
Revision 2af1a22b | View on GitHub
Required PR: https://github.com/PulpQE/pulp-smash/pull/1137
Required PR: https://github.com/PulpQE/pulp-smash/pull/1137
Updated by vdusek about 6 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|2af1a22bc138ec22eb1bd270b472355ebbc3c1c6.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Required PR: https://github.com/PulpQE/pulp-smash/pull/1137
Required PR: https://github.com/PulpQE/pulp-smash/pull/1137
closes #3978 https://pulp.plan.io/issues/3978