We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eafd2f commit 2cf9574Copy full SHA for 2cf9574
api-reference/beta/resources/directorysizequota.md
@@ -17,8 +17,8 @@ Represents the used and total directory quota for an [organization](organization
17
## Properties
18
| Property | Type|Description|
19
|:---------------|:--------|:----------|
20
-|used|Int32| Used amount of the directory quota. |
21
|total|Int32| Total amount of the directory quota.|
+|used|Int32| Used amount of the directory quota. |
22
23
## JSON representation
24
@@ -34,7 +34,7 @@ The following JSON representation shows the resource type.
34
35
```json
36
{
37
- "used": "Int32",
38
- "total": "Int32"
+ "total": "Int32",
+ "used": "Int32"
39
}
40
```
0 commit comments