Skip to content

Commit

Permalink
Add return data to deletePackagesPackageName
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Sep 26, 2023
1 parent 59f4399 commit 0269e14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/controllers/deletePackagesPackageName.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

module.exports = {
docs: {
summary: "Delete a package."
summary: "Delete a package.",
responses: {
204: {
description: "An empty response, indicating success."
}
}
},
endpoint: {
method: "DELETE",
Expand Down

0 comments on commit 0269e14

Please sign in to comment.