|
22476 | 22476 | "Storage policies"
|
22477 | 22477 | ],
|
22478 | 22478 | "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.", |
22480 | 22480 | "parameters": [
|
22481 | 22481 | {
|
22482 | 22482 | "name": "fields",
|
|
22551 | 22551 | "Storage policies"
|
22552 | 22552 | ],
|
22553 | 22553 | "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.", |
22555 | 22555 | "parameters": [
|
22556 | 22556 | {
|
22557 | 22557 | "name": "storage_policy_id",
|
|
22596 | 22596 | "Storage policy assignments"
|
22597 | 22597 | ],
|
22598 | 22598 | "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.", |
22600 | 22600 | "parameters": [
|
22601 | 22601 | {
|
22602 | 22602 | "name": "marker",
|
|
22663 | 22663 | "Storage policy assignments"
|
22664 | 22664 | ],
|
22665 | 22665 | "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.", |
22667 | 22667 | "requestBody": {
|
22668 | 22668 | "content": {
|
22669 | 22669 | "application/json": {
|
|
22758 | 22758 | "Storage policy assignments"
|
22759 | 22759 | ],
|
22760 | 22760 | "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.", |
22762 | 22762 | "parameters": [
|
22763 | 22763 | {
|
22764 | 22764 | "name": "storage_policy_assignment_id",
|
|
22801 | 22801 | "Storage policy assignments"
|
22802 | 22802 | ],
|
22803 | 22803 | "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.", |
22805 | 22805 | "parameters": [
|
22806 | 22806 | {
|
22807 | 22807 | "name": "storage_policy_assignment_id",
|
|
22881 | 22881 | "Storage policy assignments"
|
22882 | 22882 | ],
|
22883 | 22883 | "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.", |
22885 | 22885 | "parameters": [
|
22886 | 22886 | {
|
22887 | 22887 | "name": "storage_policy_assignment_id",
|
|
0 commit comments