Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5906,6 +5906,20 @@
"format": "id",
"jsonType": "string"
},
{
"name": "reservation_key",
"description": "Filter Access Grants by reservation_key.",
"isRequired": false,
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"hasDefault": false,
"format": "string",
"jsonType": "string"
},
{
"name": "space_id",
"description": "ID of the space by which you want to filter the list of Access Grants.",
Expand Down Expand Up @@ -6558,6 +6572,20 @@
"format": "id",
"jsonType": "string"
},
{
"name": "reservation_key",
"description": "Filter unmanaged Access Grants by reservation_key.",
"isRequired": false,
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"hasDefault": false,
"format": "string",
"jsonType": "string"
},
{
"name": "user_identity_id",
"description": "ID of user identity by which you want to filter the list of unmanaged Access Grants.",
Expand Down
6 changes: 6 additions & 0 deletions docs/api/access_grants/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,12 @@ Customer key for which you want to list access grants.

---

**`reservation_key`** *String*

Filter Access Grants by reservation_key.

---

**`space_id`** *String*

ID of the space by which you want to filter the list of Access Grants.
Expand Down
6 changes: 6 additions & 0 deletions docs/api/access_grants/unmanaged/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ ID of the access system by which you want to filter the list of unmanaged Access

---

**`reservation_key`** *String*

Filter unmanaged Access Grants by reservation_key.

---

**`user_identity_id`** *String*

ID of user identity by which you want to filter the list of unmanaged Access Grants.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.51.3",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.609.0",
"@seamapi/types": "1.610.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading