diff --git a/descriptions/2.10/api.intercom.io.yaml b/descriptions/2.10/api.intercom.io.yaml index 63ecfe2..1a23b9f 100644 --- a/descriptions/2.10/api.intercom.io.yaml +++ b/descriptions/2.10/api.intercom.io.yaml @@ -2938,6 +2938,10 @@ paths: - type: tag id: '124' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag_list" '404': @@ -2999,6 +3003,10 @@ paths: type: tag id: '125' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -3101,6 +3109,10 @@ paths: type: tag id: '128' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4021,6 +4033,10 @@ paths: type: tag id: '130' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4120,6 +4136,10 @@ paths: type: tag id: '133' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -8438,7 +8458,7 @@ paths: id: '149' name: test schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '400': description: Invalid parameters content: @@ -8551,7 +8571,7 @@ paths: id: '157' name: Manual tag schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '404': description: Tag not found content: @@ -9515,6 +9535,10 @@ paths: type: tag id: '165' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -9614,6 +9638,10 @@ paths: type: tag id: '168' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -12046,8 +12074,7 @@ components: tags: type: array items: - items: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" segments: type: object description: The list of segments associated with the company @@ -15801,10 +15828,35 @@ components: applied_at: type: integer format: date-time + nullable: true description: The time when the tag was applied to the object example: 1663597223 applied_by: - "$ref": "#/components/schemas/reference" + type: object + nullable: true + description: The admin who applied the tag + allOf: + - "$ref": "#/components/schemas/reference" + tag_basic: + title: Tag + type: object + x-tags: + - Tags + description: A tag allows you to label your contacts, companies, and conversations + and list them using that tag. + properties: + type: + type: string + description: value is "tag" + example: tag + id: + type: string + description: The id of the tag + example: '123456' + name: + type: string + description: The name of the tag + example: Test tag tag_company_request: description: You can tag a single company or a list of companies. type: object diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index 3c23034..05eae87 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -3018,6 +3018,10 @@ paths: - type: tag id: '93' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag_list" '404': @@ -3079,6 +3083,10 @@ paths: type: tag id: '94' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -3181,6 +3189,10 @@ paths: type: tag id: '97' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4119,6 +4131,10 @@ paths: type: tag id: '99' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4218,6 +4234,10 @@ paths: type: tag id: '102' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -8530,7 +8550,7 @@ paths: id: '118' name: test schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '400': description: Invalid parameters content: @@ -8643,7 +8663,7 @@ paths: id: '126' name: Manual tag schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '404': description: Tag not found content: @@ -9606,6 +9626,10 @@ paths: type: tag id: '134' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -9705,6 +9729,10 @@ paths: type: tag id: '137' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -12463,8 +12491,7 @@ components: tags: type: array items: - items: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" segments: type: object description: The list of segments associated with the company @@ -17451,16 +17478,41 @@ components: applied_at: type: integer format: date-time + nullable: true description: The time when the tag was applied to the object example: 1663597223 applied_by: - "$ref": "#/components/schemas/reference" + type: object + nullable: true + description: The admin who applied the tag + allOf: + - "$ref": "#/components/schemas/reference" required: - type - id - name - applied_at - applied_by + tag_basic: + title: Tag + type: object + x-tags: + - Tags + description: A tag allows you to label your contacts, companies, and conversations + and list them using that tag. + properties: + type: + type: string + description: value is "tag" + example: tag + id: + type: string + description: The id of the tag + example: '123456' + name: + type: string + description: The name of the tag + example: Test tag tag_company_request: description: You can tag a single company or a list of companies. type: object diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index 833532e..e9dd3ee 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -3520,6 +3520,10 @@ paths: - type: tag id: '1' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag_list" '404': @@ -3581,6 +3585,10 @@ paths: type: tag id: '2' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -3683,6 +3691,10 @@ paths: type: tag id: '5' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4635,6 +4647,10 @@ paths: type: tag id: '7' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4734,6 +4750,10 @@ paths: type: tag id: '10' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -8928,7 +8948,7 @@ paths: id: '26' name: test schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '400': description: Invalid parameters content: @@ -9041,7 +9061,7 @@ paths: id: '34' name: Manual tag schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '404': description: Tag not found content: @@ -10308,6 +10328,10 @@ paths: type: tag id: '42' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -10407,6 +10431,10 @@ paths: type: tag id: '45' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -12936,8 +12964,7 @@ components: tags: type: array items: - items: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" segments: type: object description: The list of segments associated with the company @@ -17090,10 +17117,35 @@ components: applied_at: type: integer format: date-time + nullable: true description: The time when the tag was applied to the object example: 1663597223 applied_by: - "$ref": "#/components/schemas/reference" + type: object + nullable: true + description: The admin who applied the tag + allOf: + - "$ref": "#/components/schemas/reference" + tag_basic: + title: Tag + type: object + x-tags: + - Tags + description: A tag allows you to label your contacts, companies, and conversations + and list them using that tag. + properties: + type: + type: string + description: value is "tag" + example: tag + id: + type: string + description: The id of the tag + example: '123456' + name: + type: string + description: The name of the tag + example: Test tag tag_company_request: description: You can tag a single company or a list of companies. type: object diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index 309db14..f7dfc9d 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -3933,6 +3933,10 @@ paths: - type: tag id: '1' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag_list" '404': @@ -3994,6 +3998,10 @@ paths: type: tag id: '2' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4096,6 +4104,10 @@ paths: type: tag id: '5' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -5306,6 +5318,10 @@ paths: type: tag id: '7' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -5405,6 +5421,10 @@ paths: type: tag id: '10' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -10158,7 +10178,7 @@ paths: id: '26' name: test schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '400': description: Invalid parameters content: @@ -10271,7 +10291,7 @@ paths: id: '34' name: Manual tag schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '404': description: Tag not found content: @@ -11545,6 +11565,10 @@ paths: type: tag id: '42' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -11644,6 +11668,10 @@ paths: type: tag id: '45' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -14368,8 +14396,7 @@ components: tags: type: array items: - items: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" segments: type: object description: The list of segments associated with the company @@ -18818,10 +18845,15 @@ components: applied_at: type: integer format: date-time + nullable: true description: The time when the tag was applied to the object example: 1663597223 applied_by: - "$ref": "#/components/schemas/reference" + type: object + nullable: true + description: The admin who applied the tag + allOf: + - "$ref": "#/components/schemas/reference" tag_basic: title: Tag type: object diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 9f137e1..6a1eb14 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -4388,6 +4388,10 @@ paths: - type: tag id: '80' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag_list" '404': @@ -4449,6 +4453,10 @@ paths: type: tag id: '81' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4551,6 +4559,10 @@ paths: type: tag id: '84' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -5759,6 +5771,10 @@ paths: type: tag id: '86' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -5858,6 +5874,10 @@ paths: type: tag id: '89' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -11232,7 +11252,7 @@ paths: id: '105' name: test schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '400': description: Invalid parameters content: @@ -11345,7 +11365,7 @@ paths: id: '113' name: Manual tag schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '404': description: Tag not found content: @@ -12621,6 +12641,10 @@ paths: type: tag id: '121' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -12720,6 +12744,10 @@ paths: type: tag id: '124' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -15721,8 +15749,7 @@ components: tags: type: array items: - items: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" segments: type: object description: The list of segments associated with the company @@ -20738,10 +20765,15 @@ components: applied_at: type: integer format: date-time + nullable: true description: The time when the tag was applied to the object example: 1663597223 applied_by: - "$ref": "#/components/schemas/reference" + type: object + nullable: true + description: The admin who applied the tag + allOf: + - "$ref": "#/components/schemas/reference" tag_basic: title: Tag type: object diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index 1a270de..8d6f1ec 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -4459,6 +4459,10 @@ paths: - type: tag id: '80' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag_list" '404': @@ -4520,6 +4524,10 @@ paths: type: tag id: '81' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4622,6 +4630,10 @@ paths: type: tag id: '84' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -5830,6 +5842,10 @@ paths: type: tag id: '86' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -5929,6 +5945,10 @@ paths: type: tag id: '89' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -11303,7 +11323,7 @@ paths: id: '105' name: test schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '400': description: Invalid parameters content: @@ -11416,7 +11436,7 @@ paths: id: '113' name: Manual tag schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '404': description: Tag not found content: @@ -12692,6 +12712,10 @@ paths: type: tag id: '121' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -12791,6 +12815,10 @@ paths: type: tag id: '124' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -16335,8 +16363,7 @@ components: tags: type: array items: - items: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" segments: type: object description: The list of segments associated with the company @@ -21530,10 +21557,15 @@ components: applied_at: type: integer format: date-time + nullable: true description: The time when the tag was applied to the object example: 1663597223 applied_by: - "$ref": "#/components/schemas/reference" + type: object + nullable: true + description: The admin who applied the tag + allOf: + - "$ref": "#/components/schemas/reference" tag_basic: title: Tag type: object diff --git a/descriptions/2.7/api.intercom.io.yaml b/descriptions/2.7/api.intercom.io.yaml index 8b03fec..e75210c 100644 --- a/descriptions/2.7/api.intercom.io.yaml +++ b/descriptions/2.7/api.intercom.io.yaml @@ -3157,6 +3157,10 @@ paths: - type: tag id: '1' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag_list" '404': @@ -3218,6 +3222,10 @@ paths: type: tag id: '2' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -3320,6 +3328,10 @@ paths: type: tag id: '5' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4237,6 +4249,10 @@ paths: type: tag id: '7' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4336,6 +4352,10 @@ paths: type: tag id: '10' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -8423,7 +8443,7 @@ paths: id: '26' name: test schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '400': description: Invalid parameters content: @@ -8536,7 +8556,7 @@ paths: id: '34' name: Manual tag schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '404': description: Tag not found content: @@ -10190,8 +10210,7 @@ components: tags: type: array items: - items: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" segments: type: object description: The list of segments associated with the company @@ -13835,10 +13854,35 @@ components: applied_at: type: integer format: date-time + nullable: true description: The time when the tag was applied to the object example: 1663597223 applied_by: - "$ref": "#/components/schemas/reference" + type: object + nullable: true + description: The admin who applied the tag + allOf: + - "$ref": "#/components/schemas/reference" + tag_basic: + title: Tag + type: object + x-tags: + - Tags + description: A tag allows you to label your contacts, companies, and conversations + and list them using that tag. + properties: + type: + type: string + description: value is "tag" + example: tag + id: + type: string + description: The id of the tag + example: '123456' + name: + type: string + description: The name of the tag + example: Test tag tag_company_request: description: You can tag a single company or a list of companies. type: object diff --git a/descriptions/2.8/api.intercom.io.yaml b/descriptions/2.8/api.intercom.io.yaml index 860ab3f..a0be8c1 100644 --- a/descriptions/2.8/api.intercom.io.yaml +++ b/descriptions/2.8/api.intercom.io.yaml @@ -3157,6 +3157,10 @@ paths: - type: tag id: '42' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag_list" '404': @@ -3218,6 +3222,10 @@ paths: type: tag id: '43' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -3320,6 +3328,10 @@ paths: type: tag id: '46' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4237,6 +4249,10 @@ paths: type: tag id: '48' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4336,6 +4352,10 @@ paths: type: tag id: '51' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -8423,7 +8443,7 @@ paths: id: '67' name: test schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '400': description: Invalid parameters content: @@ -8536,7 +8556,7 @@ paths: id: '75' name: Manual tag schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '404': description: Tag not found content: @@ -10214,8 +10234,7 @@ components: tags: type: array items: - items: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" segments: type: object description: The list of segments associated with the company @@ -13858,10 +13877,35 @@ components: applied_at: type: integer format: date-time + nullable: true description: The time when the tag was applied to the object example: 1663597223 applied_by: - "$ref": "#/components/schemas/reference" + type: object + nullable: true + description: The admin who applied the tag + allOf: + - "$ref": "#/components/schemas/reference" + tag_basic: + title: Tag + type: object + x-tags: + - Tags + description: A tag allows you to label your contacts, companies, and conversations + and list them using that tag. + properties: + type: + type: string + description: value is "tag" + example: tag + id: + type: string + description: The id of the tag + example: '123456' + name: + type: string + description: The name of the tag + example: Test tag tag_company_request: description: You can tag a single company or a list of companies. type: object diff --git a/descriptions/2.9/api.intercom.io.yaml b/descriptions/2.9/api.intercom.io.yaml index c94f43d..a165fa7 100644 --- a/descriptions/2.9/api.intercom.io.yaml +++ b/descriptions/2.9/api.intercom.io.yaml @@ -3157,6 +3157,10 @@ paths: - type: tag id: '83' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag_list" '404': @@ -3218,6 +3222,10 @@ paths: type: tag id: '84' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -3320,6 +3328,10 @@ paths: type: tag id: '87' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4237,6 +4249,10 @@ paths: type: tag id: '89' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -4336,6 +4352,10 @@ paths: type: tag id: '92' name: Manual tag + applied_at: 1663597223 + applied_by: + type: admin + id: '456' schema: "$ref": "#/components/schemas/tag" '404': @@ -8436,7 +8456,7 @@ paths: id: '108' name: test schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '400': description: Invalid parameters content: @@ -8549,7 +8569,7 @@ paths: id: '116' name: Manual tag schema: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" '404': description: Tag not found content: @@ -11382,8 +11402,7 @@ components: tags: type: array items: - items: - "$ref": "#/components/schemas/tag" + "$ref": "#/components/schemas/tag_basic" segments: type: object description: The list of segments associated with the company @@ -15200,10 +15219,35 @@ components: applied_at: type: integer format: date-time + nullable: true description: The time when the tag was applied to the object example: 1663597223 applied_by: - "$ref": "#/components/schemas/reference" + type: object + nullable: true + description: The admin who applied the tag + allOf: + - "$ref": "#/components/schemas/reference" + tag_basic: + title: Tag + type: object + x-tags: + - Tags + description: A tag allows you to label your contacts, companies, and conversations + and list them using that tag. + properties: + type: + type: string + description: value is "tag" + example: tag + id: + type: string + description: The id of the tag + example: '123456' + name: + type: string + description: The name of the tag + example: Test tag tag_company_request: description: You can tag a single company or a list of companies. type: object