Skip to content

Commit 8a5dc50

Browse files
committed
Change abstract pagination method, underscores for operation names act weird
1 parent fcd0ae3 commit 8a5dc50

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/intercom/Service/config/intercom_v3_company.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Intercom API (Company) v3",
33
"description": "The Intercom API (Company) v3",
44
"operations": {
5-
"_paginated_method": {
5+
"IntercomPaginatedMethod": {
66
"parameters": {
77
"page": {
88
"location": "query",
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"getCompanies": {
21-
"extends": "_paginated_method",
21+
"extends": "IntercomPaginatedMethod",
2222
"httpMethod": "GET",
2323
"responseClass": "CompanyListModel",
2424
"responseType": "model",

src/intercom/Service/config/intercom_v3_conversation.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Intercom API (Conversation) v3",
33
"description": "The Intercom API (Conversation) v3",
44
"operations": {
5-
"_paginated_method": {
5+
"IntercomPaginatedMethod": {
66
"parameters": {
77
"page": {
88
"location": "query",
@@ -56,7 +56,7 @@
5656
"uri": "/conversations/{id}"
5757
},
5858
"getUserConversations": {
59-
"extends": "_paginated_method",
59+
"extends": "IntercomPaginatedMethod",
6060
"httpMethod": "GET",
6161
"parameters": {
6262
"email": {
@@ -93,7 +93,7 @@
9393
}
9494
},
9595
"getUserConversationsByAdminID": {
96-
"extends": "_paginated_method",
96+
"extends": "IntercomPaginatedMethod",
9797
"httpMethod": "GET",
9898
"parameters": {
9999
"id": {

0 commit comments

Comments
 (0)