Skip to content

Commit f3958af

Browse files
authored
docs: External User Deletion API updates (#543)
1 parent 7d7f151 commit f3958af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "13ddace33b"
17+
"x-box-commit-hash": "831cbf66ff"
1818
},
1919
"servers": [
2020
{

openapi/openapi-v2025.0.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2025.0",
17-
"x-box-commit-hash": "13ddace33b"
17+
"x-box-commit-hash": "831cbf66ff"
1818
},
1919
"servers": [
2020
{
@@ -2511,8 +2511,8 @@
25112511
}
25122512
}
25132513
},
2514-
"403": {
2515-
"description": "Returns an error if the authenticated user does not have the right\npermissions to delete external users.",
2514+
"404": {
2515+
"description": "Returns an error if the listed external users are not found, or the authenticated\nuser does not have the right permissions to delete external users.",
25162516
"content": {
25172517
"application/json": {
25182518
"schema": {

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "13ddace33b"
17+
"x-box-commit-hash": "831cbf66ff"
1818
},
1919
"servers": [
2020
{

0 commit comments

Comments
 (0)