Skip to content

Commit ffe4978

Browse files
author
github-actions
committed
Update OpenAPI schemas
1 parent 94a5b73 commit ffe4978

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

core-api/core-api.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4467,19 +4467,7 @@
44674467
"properties": {
44684468
"access": {
44694469
"type": "string",
4470-
"description": "Level of access for the teammate group to contact lists. Must be one of 'all', 'contact_lists', or 'none'. 'contact_groups' has been deprecated."
4471-
},
4472-
"contact_group_ids": {
4473-
"type": "array",
4474-
"deprecated": true,
4475-
"description": "List of contact groups the teammate group is allowed to access. May only be specified if 'access' is set to 'contact_groups'. ⚠️ Deprecated. Use 'contact_list_ids' instead.",
4476-
"example": [
4477-
"grp_123",
4478-
"grp_456"
4479-
],
4480-
"items": {
4481-
"type": "string"
4482-
}
4470+
"description": "Level of access for the teammate group to contact lists. Must be one of 'all', 'contact_lists', or 'none'."
44834471
},
44844472
"contact_list_ids": {
44854473
"type": "array",

0 commit comments

Comments
 (0)