Skip to content

Commit 9e5ee33

Browse files
committed
Update en to output generated at e2b4e45
1 parent e53f5f7 commit 9e5ee33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

openapi.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22476,7 +22476,7 @@
2247622476
"Storage policies"
2247722477
],
2247822478
"x-box-tag": "storage_policies",
22479-
"description": "Fetches all the storage policies in the enterprise.",
22479+
"description": "Fetches all the storage policies in the enterprise.\nOnly a Primary Admin can access this endpoint. The user\nneeds to generate a token for an account to authenticate this request.",
2248022480
"parameters": [
2248122481
{
2248222482
"name": "fields",
@@ -22551,7 +22551,7 @@
2255122551
"Storage policies"
2255222552
],
2255322553
"x-box-tag": "storage_policies",
22554-
"description": "Fetches a specific storage policy.",
22554+
"description": "Fetches a specific storage policy. Only a Primary Admin can access this endpoint. The user needs to generate a token for an account to authenticate this request.",
2255522555
"parameters": [
2255622556
{
2255722557
"name": "storage_policy_id",
@@ -22596,7 +22596,7 @@
2259622596
"Storage policy assignments"
2259722597
],
2259822598
"x-box-tag": "storage_policy_assignments",
22599-
"description": "Fetches all the storage policy assignment for an enterprise or user.",
22599+
"description": "Fetches all the storage policy assignment for an enterprise or user.\nOnly a Primary Admin can access this endpoint. The user\nneeds to generate a token for an account to authenticate this request.",
2260022600
"parameters": [
2260122601
{
2260222602
"name": "marker",
@@ -22663,7 +22663,7 @@
2266322663
"Storage policy assignments"
2266422664
],
2266522665
"x-box-tag": "storage_policy_assignments",
22666-
"description": "Creates a storage policy assignment for an enterprise or user.",
22666+
"description": "Creates a storage policy assignment for an enterprise or user.\nOnly a Primary Admin can access this endpoint. The user\nneeds to generate a token for an account to authenticate this request.",
2266722667
"requestBody": {
2266822668
"content": {
2266922669
"application/json": {
@@ -22758,7 +22758,7 @@
2275822758
"Storage policy assignments"
2275922759
],
2276022760
"x-box-tag": "storage_policy_assignments",
22761-
"description": "Fetches a specific storage policy assignment.",
22761+
"description": "Fetches a specific storage policy assignment. Only a Primary Admin can access this endpoint. The user needs to generate a token for an account to authenticate this request.",
2276222762
"parameters": [
2276322763
{
2276422764
"name": "storage_policy_assignment_id",
@@ -22801,7 +22801,7 @@
2280122801
"Storage policy assignments"
2280222802
],
2280322803
"x-box-tag": "storage_policy_assignments",
22804-
"description": "Updates a specific storage policy assignment.",
22804+
"description": "Updates a specific storage policy assignment. Only a Primary Admin can access this endpoint. The user needs to generate a token for an account to authenticate this request.",
2280522805
"parameters": [
2280622806
{
2280722807
"name": "storage_policy_assignment_id",
@@ -22881,7 +22881,7 @@
2288122881
"Storage policy assignments"
2288222882
],
2288322883
"x-box-tag": "storage_policy_assignments",
22884-
"description": "Delete a storage policy assignment.\n\nDeleting a storage policy assignment on a user\nwill have the user inherit the enterprise's default\nstorage policy.\n\nThere is a rate limit for calling this endpoint of only\ntwice per user in a 24 hour time frame.",
22884+
"description": "Delete a storage policy assignment.\n\nDeleting a storage policy assignment on a user\nwill have the user inherit the enterprise's default\nstorage policy.\n\nThere is a rate limit for calling this endpoint of only\ntwice per user in a 24 hour time frame.\n\nOnly a Primary Admin can access this endpoint. The user\nneeds to generate a token for an account to authenticate this request.",
2288522885
"parameters": [
2288622886
{
2288722887
"name": "storage_policy_assignment_id",

0 commit comments

Comments
 (0)