Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit b19b286

Browse files
[bot]update openapi3 schema
1 parent 3e95e58 commit b19b286

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

build/core-openapi3.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,33 @@ paths:
829829
- Resource addressing with relative roots - Registration required
830830
security:
831831
- BearerAuth: []
832+
/.p2/core/v1/resource/usage:
833+
get:
834+
operationId: ResourceAddressingWithRelativeRoots_getStorageLimitInfo
835+
summary: Retrieve information about your storage usage
836+
description: |-
837+
Get information about how much storage you are allowed to use, and see how much storage you
838+
are currently using.
839+
parameters: []
840+
responses:
841+
'200':
842+
description: The request has succeeded.
843+
content:
844+
application/json:
845+
schema:
846+
type: object
847+
properties:
848+
limit:
849+
type: integer
850+
format: uint64
851+
description: How many bytes of storage you are allowed to upload in total
852+
used:
853+
type: integer
854+
format: uint64
855+
description: How many bytes of storage you are currently using
856+
required:
857+
- limit
858+
- used
832859
/.p2/core/v1/resource/{rid}:
833860
get:
834861
operationId: Unregistered_getResource

0 commit comments

Comments
 (0)