Skip to content

Fix wrong API status codes

username-removed-2900 requested to merge fix-api-docs into master

What does this MR do?

This fixes the wrong documentation for different DELETE endpoints in the API.

Why was this MR needed?

Delete endpoints now return 204 instead of 200. This was not updated for all API calls in the documentation.

Does this MR meet the acceptance criteria?

Merge request reports