Project

Profile

Help

Issue #3022

closed

Tasks delete endpoint does not work if the optional parameter was not provided.

Added by kersom over 6 years ago. Updated almost 5 years ago.

Status:
CLOSED - WONTFIX
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

As per documentation [https://docs.pulpproject.org/dev-guide/integration/rest-api/tasks.html#deleting-completed-tasks\] the state (string) - (optional) only delete tasks currently in this state.
However if the state is not provided the response is always 403. If the state is provided then response can be 204. Basically, an optional parameter is behaving as necessary.

To recreate:

Use HTTP DELETE on the path: /pulp/api/v2/tasks/ without provide the state.

Also available in: Atom PDF