Skip to content

Commit

Permalink
Fix endpoint docs for users delete endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianhoelzl-sap committed Apr 16, 2024
1 parent 2fa79cd commit 037f4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uaa/slateCustomizations/source/index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ _Error Codes_

| Error Code | Description |
|------------|---------------------------------------------------------------------------------------------------------------------------|
| 400 | Bad Request - Invalid JSON format or missing fields; trying to update user with alias while `aliasEntitiesEnabled` is off |
| 400 | Bad Request - Invalid JSON format or missing fields; trying to delete user with alias while `aliasEntitiesEnabled` is off |
| 401 | Unauthorized - Invalid token |
| 403 | Forbidden - Insufficient scope (`scim.write` is required to delete a user) |
| 404 | Not Found - User id not found |
Expand Down

0 comments on commit 037f4ef

Please sign in to comment.