Skip to content

Commit 17005d5

Browse files
committed
fix: update descriptions of the user deletion endpoint
1 parent 1129def commit 17005d5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

openapi.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": "2024.0",
17-
"x-box-commit-hash": "d970a6f960"
17+
"x-box-commit-hash": "e7c3dfefde"
1818
},
1919
"servers": [
2020
{
@@ -14996,7 +14996,7 @@
1499614996
"delete": {
1499714997
"operationId": "delete_users_id",
1499814998
"summary": "Delete user",
14999-
"description": "Deletes a user. By default this will fail if the user\nstill owns any content. Move their owned content first\nbefore proceeding, or use the `force` field to delete\nthe user and their files.",
14999+
"description": "Deletes a user. By default, this operation fails if the user\nstill owns any content, was recently active, or recently joined the enterprise from a free account. \nTo proceed, move their owned content first, or use the `force` parameter to delete\nthe user and their files.",
1500015000
"parameters": [
1500115001
{
1500215002
"name": "user_id",
@@ -15020,7 +15020,7 @@
1502015020
{
1502115021
"name": "force",
1502215022
"in": "query",
15023-
"description": "Whether the user should be deleted even if this user\nstill own files.",
15023+
"description": "Specifies whether to delete the user even if they still own files,\nwere recently active, or recently joined the enterprise from a free account.",
1502415024
"schema": {
1502515025
"type": "boolean"
1502615026
},

openapi/openapi-v2025.0.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": "2025.0",
17-
"x-box-commit-hash": "d970a6f960"
17+
"x-box-commit-hash": "e7c3dfefde"
1818
},
1919
"servers": [
2020
{

openapi/openapi.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": "2024.0",
17-
"x-box-commit-hash": "d970a6f960"
17+
"x-box-commit-hash": "e7c3dfefde"
1818
},
1919
"servers": [
2020
{
@@ -14996,7 +14996,7 @@
1499614996
"delete": {
1499714997
"operationId": "delete_users_id",
1499814998
"summary": "Delete user",
14999-
"description": "Deletes a user. By default this will fail if the user\nstill owns any content. Move their owned content first\nbefore proceeding, or use the `force` field to delete\nthe user and their files.",
14999+
"description": "Deletes a user. By default, this operation fails if the user\nstill owns any content, was recently active, or recently joined the enterprise from a free account. \nTo proceed, move their owned content first, or use the `force` parameter to delete\nthe user and their files.",
1500015000
"parameters": [
1500115001
{
1500215002
"name": "user_id",
@@ -15020,7 +15020,7 @@
1502015020
{
1502115021
"name": "force",
1502215022
"in": "query",
15023-
"description": "Whether the user should be deleted even if this user\nstill own files.",
15023+
"description": "Specifies whether to delete the user even if they still own files,\nwere recently active, or recently joined the enterprise from a free account.",
1502415024
"schema": {
1502515025
"type": "boolean"
1502615026
},

0 commit comments

Comments
 (0)