Skip to content

Commit

Permalink
Add 4xx responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Nov 27, 2024
1 parent 2edb671 commit ee80acd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion projects/uitdatabank/reference/entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -8315,6 +8315,15 @@
"responses": {
"204": {
"description": "No Content"
},
"401": {
"$ref": "#/components/responses/Unauthorized"
},
"403": {
"$ref": "#/components/responses/Forbidden"
},
"404": {
"$ref": "#/components/responses/NotFound"
}
},
"description": "Delete a specific ownership",
Expand Down Expand Up @@ -9426,4 +9435,4 @@
"name": "Users"
}
]
}
}

0 comments on commit ee80acd

Please sign in to comment.