@@ -950,64 +950,6 @@ components:
950
950
$ref: '#/components/schemas/AWSRelatedAccount'
951
951
type: array
952
952
type: object
953
- AbbreviatedTeam:
954
- description: The definition of `AbbreviatedTeam` object.
955
- properties:
956
- attributes:
957
- $ref: '#/components/schemas/AbbreviatedTeamAttributes'
958
- id:
959
- description: ID of the team
960
- type: string
961
- type:
962
- $ref: '#/components/schemas/AbbreviatedTeamType'
963
- required:
964
- - attributes
965
- - type
966
- type: object
967
- AbbreviatedTeamAttributes:
968
- description: The definition of `AbbreviatedTeamAttributes` object.
969
- properties:
970
- avatar:
971
- description: Unicode representation of the avatar for the team, limited
972
- to a single grapheme
973
- nullable: true
974
- type: string
975
- banner:
976
- description: Banner selection for the team
977
- format: int64
978
- type: integer
979
- handle:
980
- description: The team's identifier
981
- example: ''
982
- type: string
983
- handles:
984
- description: The `AbbreviatedTeamAttributes` `handles`.
985
- type: string
986
- is_open_membership:
987
- description: The `AbbreviatedTeamAttributes` `is_open_membership`.
988
- readOnly: true
989
- type: boolean
990
- name:
991
- description: The name of the team
992
- example: ''
993
- type: string
994
- summary:
995
- description: A brief summary of the team
996
- readOnly: true
997
- type: string
998
- required:
999
- - handle
1000
- - name
1001
- type: object
1002
- AbbreviatedTeamType:
1003
- default: team
1004
- description: The definition of `AbbreviatedTeamType` object.
1005
- enum:
1006
- - team
1007
- example: team
1008
- type: string
1009
- x-enum-varnames:
1010
- - TEAM
1011
953
ActiveBillingDimensionsAttributes:
1012
954
description: List of active billing dimensions.
1013
955
properties:
@@ -24872,8 +24814,6 @@ components:
24872
24814
oneOf:
24873
24815
- $ref: '#/components/schemas/User'
24874
24816
- $ref: '#/components/schemas/Team'
24875
- - $ref: '#/components/schemas/AbbreviatedTeam'
24876
- - $ref: '#/components/schemas/UserTeamUser'
24877
24817
UserTeamPermission:
24878
24818
description: A user's permissions for a given team
24879
24819
properties:
@@ -24978,42 +24918,6 @@ components:
24978
24918
required:
24979
24919
- data
24980
24920
type: object
24981
- UserTeamUser:
24982
- description: The definition of `UserTeamUser` object.
24983
- properties:
24984
- attributes:
24985
- $ref: '#/components/schemas/UserTeamUserAttributes'
24986
- id:
24987
- description: The `UserTeamUser` ID.
24988
- type: string
24989
- type:
24990
- $ref: '#/components/schemas/UserTeamUserType'
24991
- required:
24992
- - type
24993
- type: object
24994
- UserTeamUserAttributes:
24995
- description: The definition of `UserTeamUserAttributes` object.
24996
- properties:
24997
- disabled:
24998
- description: The `UserTeamUserAttributes` `disabled`.
24999
- type: boolean
25000
- email:
25001
- description: The `UserTeamUserAttributes` `email`.
25002
- type: string
25003
- handle:
25004
- description: The `UserTeamUserAttributes` `handle`.
25005
- type: string
25006
- icon:
25007
- description: The `UserTeamUserAttributes` `icon`.
25008
- type: string
25009
- name:
25010
- description: The `UserTeamUserAttributes` `name`.
25011
- nullable: true
25012
- type: string
25013
- service_account:
25014
- description: The `UserTeamUserAttributes` `service_account`.
25015
- type: boolean
25016
- type: object
25017
24921
UserTeamUserType:
25018
24922
default: users
25019
24923
description: User team user type
@@ -38986,7 +38890,6 @@ paths:
38986
38890
name: filter[keyword]
38987
38891
required: false
38988
38892
schema:
38989
- description: Search query, can be user email or name.
38990
38893
type: string
38991
38894
responses:
38992
38895
'200':
0 commit comments