Skip to content

Commit 3dbae47

Browse files
nss10github-actions[bot]
authored andcommitted
Apply automatic documentation changes
1 parent f13102f commit 3dbae47

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

docs/openapi.yaml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,13 +511,35 @@ paths:
511511
- Storage
512512
/storage/user-bucket:
513513
delete:
514-
description: Delete the current user's S3 bucket
514+
description: 'Delete the current user''s S3 bucket
515+
516+
517+
Note:
518+
519+
Amazon S3 processes bucket deletion asynchronously. The bucket may
520+
521+
remain visible for a short period until deletion fully propagates.'
515522
operationId: delete_user_bucket
516523
responses:
517-
'204':
524+
'202':
525+
content:
526+
application/json:
527+
schema: {}
518528
description: Successful Response
519529
security:
520530
- HTTPBearer: []
521531
summary: Delete User Bucket
522532
tags:
523533
- Storage
534+
/storage/user-bucket/objects:
535+
delete:
536+
description: Deletes all the objects from current user's S3 bucket
537+
operationId: empty_user_bucket
538+
responses:
539+
'204':
540+
description: Successful Response
541+
security:
542+
- HTTPBearer: []
543+
summary: Empty User Bucket
544+
tags:
545+
- Storage

0 commit comments

Comments
 (0)