Skip to content

Commit fdb632f

Browse files
committed
Merge pull request #46 from intercom/dehora/rm-version-numbers
Tidy up service description numbering
2 parents d31b19d + 09799f0 commit fdb632f

11 files changed

+23
-23
lines changed

src/Intercom/Service/config/intercom_v3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "Intercom API v3",
3-
"apiVersion": "3.0",
2+
"name": "Intercom API",
3+
"apiVersion": "3",
44
"baseUrl": "https://api.intercom.io/",
5-
"description": "The Intercom API v3",
5+
"description": "The Intercom API",
66
"includes": [
77
"intercom_v3_company.json",
88
"intercom_v3_conversation.json",

src/Intercom/Service/config/intercom_v3_abstract_operations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Intercom API (Abstract Commands) v3",
3-
"description": "The Intercom API (Abstract Commands) v3",
2+
"name": "Intercom API (Abstract Commands)",
3+
"description": "The Intercom API (Abstract Commands)",
44
"operations": {
55
"_abstract_pagination_page": {
66
"httpMethod": "GET",

src/Intercom/Service/config/intercom_v3_admin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Intercom API (Admin) v3",
3-
"description": "The Intercom API (Admin) v3",
2+
"name": "Intercom API (Admin)",
3+
"description": "The Intercom API (Admin)",
44
"operations": {
55
"getAdmins": {
66
"httpMethod": "GET",

src/Intercom/Service/config/intercom_v3_company.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Intercom API (Company) v3",
3-
"description": "The Intercom API (Company) v3",
2+
"name": "Intercom API (Company)",
3+
"description": "The Intercom API (Company)",
44
"operations": {
55
"getCompanies": {
66
"extends": "_abstract_pagination_page",

src/Intercom/Service/config/intercom_v3_conversation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Intercom API (Conversation) v3",
3-
"description": "The Intercom API (Conversation) v3",
2+
"name": "Intercom API (Conversation)",
3+
"description": "The Intercom API (Conversation)",
44
"operations": {
55
"createMessage": {
66
"httpMethod": "POST",

src/Intercom/Service/config/intercom_v3_count.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Intercom API (Count) v3",
3-
"description": "The Intercom API (Count) v3",
2+
"name": "Intercom API (Count)",
3+
"description": "The Intercom API (Count)",
44
"operations": {
55
"getCounts": {
66
"httpMethod": "GET",

src/Intercom/Service/config/intercom_v3_event.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Intercom API (Event) v3",
3-
"description": "The Intercom API (Event) v3",
2+
"name": "Intercom API (Event)",
3+
"description": "The Intercom API (Event)",
44
"operations": {
55
"createEvent": {
66
"httpMethod": "POST",

src/Intercom/Service/config/intercom_v3_note.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Intercom API (Note) v3",
3-
"description": "The Intercom API (Note) v3",
2+
"name": "Intercom API (Note)",
3+
"description": "The Intercom API (Note)",
44
"operations": {
55
"getNotesForUser": {
66
"extends": "_abstract_pagination_page",

src/Intercom/Service/config/intercom_v3_segment.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Intercom API (Segment) v3",
3-
"description": "The Intercom API (Segment) v3",
2+
"name": "Intercom API (Segment)",
3+
"description": "The Intercom API (Segment)",
44
"operations": {
55
"getSegments": {
66
"extends": "_abstract_pagination_page",

src/Intercom/Service/config/intercom_v3_tag.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Intercom API (Tag) v3",
3-
"description": "The Intercom API (Tag) v3",
2+
"name": "Intercom API (Tag)",
3+
"description": "The Intercom API (Tag)",
44
"operations": {
55
"getTags": {
66
"extends": "_abstract_pagination_page",

0 commit comments

Comments
 (0)