Skip to content

Commit

Permalink
fix: Update storage policy assignments (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Jan 17, 2024
1 parent 3092847 commit 541057a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2.0.0",
"x-box-commit-hash": "d6b3a4d2fb"
"x-box-commit-hash": "62f9b75d05"
},
"servers": [
{
Expand Down Expand Up @@ -32248,6 +32248,10 @@
],
"x-box-variant": "mini",
"description": "A mini description of a Storage Policy object",
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
Expand All @@ -32270,7 +32274,24 @@
"x-box-resource-id": "storage_policy_assignment",
"x-box-tag": "storage_policy_assignments",
"description": "The assignment of a storage policy to a user or enterprise",
"required": [
"id",
"type"
],
"properties": {
"id": {
"type": "string",
"description": "The unique identifier for a storage policy assignment.",
"example": "ZW50ZXJwcmlzZV8xMjM0NTY3ODkw"
},
"type": {
"type": "string",
"description": "`storage_policy_assignment`",
"example": "storage_policy_assignment",
"enum": [
"storage_policy_assignment"
]
},
"storage_policy": {
"allOf": [
{
Expand Down

0 comments on commit 541057a

Please sign in to comment.