From 614349986f32c2a6877b5239580346bf3836e5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Thu, 7 Nov 2024 15:43:45 +0100 Subject: [PATCH] Add delete link to APIv3 work packages (#17141) Add missing delete link It is part of the model, but not mentioned in the description --- docs/api/apiv3/tags/work_packages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/apiv3/tags/work_packages.yml b/docs/api/apiv3/tags/work_packages.yml index b916f3051b88..fd0907dc0ef9 100644 --- a/docs/api/apiv3/tags/work_packages.yml +++ b/docs/api/apiv3/tags/work_packages.yml @@ -16,6 +16,7 @@ description: |- | update | Form endpoint that aids in preparing and performing edits on a WP | **Permission**: edit work package | | updateImmediately | Directly perform edits on a work package | **Permission**: edit work package | | watch | Add current user to WP watchers | logged in; not watching | + | delete | Delete this work package | **Permission**: delete work package | ## Linked Properties