Skip to content
Open

test #412

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
15 changes: 8 additions & 7 deletions api-spec/openapiSpecv3-2_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -22173,7 +22173,7 @@
"CAN_MANAGE_SPOTTER"
]
},
"description": "Privileges that will be assigned to the group. Note: AUTHORING is a no-op — always inherited via ALL_GROUP, assigning it has no effect.",
"description": "Privileges that will be assigned to the group.",
"nullable": true
},
"sub_group_identifiers": {
Expand Down Expand Up @@ -22613,7 +22613,8 @@
"USER",
"USER_GROUP",
"ROLE",
"FEEDBACK"
"FEEDBACK",
"COLLECTION"
],
"description": " Type of metadata.\n \n\nRequired if the name of the object is set as the identifier. This attribute is optional when the object GUID is specified as the identifier.",
"nullable": true
Expand Down Expand Up @@ -27294,7 +27295,7 @@
"type": "string"
},
"privileges": {
"description": "Privileges to assign to the group. Note: AUTHORING is a no-op — always inherited via ALL_GROUP, assigning it has no effect.",
"description": "Privileges to assign to the group",
"type": "array",
"items": {
"type": "string",
Expand Down Expand Up @@ -27593,7 +27594,7 @@
"type": "string"
},
"privileges": {
"description": "Privileges to assign to the group. Note: AUTHORING is a no-op — always inherited via ALL_GROUP, assigning it has no effect.",
"description": "Privileges to assign to the group.",
"type": "array",
"items": {
"type": "string",
Expand Down Expand Up @@ -28744,7 +28745,7 @@
"type": "string"
},
"privileges": {
"description": "Privileges granted to the Role. See [Documentation](https://developers.thoughtspot.com/docs/rbac#_role_categories_and_privileges)for supported roles privileges. Note: AUTHORING is a no-op — always inherited via ALL_GROUP, assigning it has no effect.",
"description": "Privileges granted to the Role. See [Documentation](https://developers.thoughtspot.com/docs/rbac#_role_categories_and_privileges)for supported roles privileges.",
"type": "array",
"items": {
"type": "string",
Expand Down Expand Up @@ -28939,7 +28940,7 @@
"type": "string"
},
"privileges": {
"description": "Privileges granted to the role. See [Documentation](https://developers.thoughtspot.com/docs/rbac#_role_categories_and_privileges)for supported roles privileges. Note: AUTHORING is a no-op — always inherited via ALL_GROUP, assigning it has no effect.",
"description": "Privileges granted to the role. See [Documentation](https://developers.thoughtspot.com/docs/rbac#_role_categories_and_privileges)for supported roles privileges.",
"type": "array",
"items": {
"type": "string",
Expand Down Expand Up @@ -32441,4 +32442,4 @@
}
}
]
}
}