Skip to content

Commit 2cf9574

Browse files
authored
Update directorysizequota.md
1 parent 8eafd2f commit 2cf9574

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-reference/beta/resources/directorysizequota.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Represents the used and total directory quota for an [organization](organization
1717
## Properties
1818
| Property | Type|Description|
1919
|:---------------|:--------|:----------|
20-
|used|Int32| Used amount of the directory quota. |
2120
|total|Int32| Total amount of the directory quota.|
21+
|used|Int32| Used amount of the directory quota. |
2222

2323
## JSON representation
2424

@@ -34,7 +34,7 @@ The following JSON representation shows the resource type.
3434

3535
```json
3636
{
37-
"used": "Int32",
38-
"total": "Int32"
37+
"total": "Int32",
38+
"used": "Int32"
3939
}
4040
```

0 commit comments

Comments
 (0)