File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/intercom/Service/config Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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" ,
1818 }
1919 },
2020 "getCompanies" : {
21- "extends" : " _paginated_method " ,
21+ "extends" : " IntercomPaginatedMethod " ,
2222 "httpMethod" : " GET" ,
2323 "responseClass" : " CompanyListModel" ,
2424 "responseType" : " model" ,
Original file line number Diff line number Diff line change 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" ,
5656 "uri" : " /conversations/{id}"
5757 },
5858 "getUserConversations" : {
59- "extends" : " _paginated_method " ,
59+ "extends" : " IntercomPaginatedMethod " ,
6060 "httpMethod" : " GET" ,
6161 "parameters" : {
6262 "email" : {
9393 }
9494 },
9595 "getUserConversationsByAdminID" : {
96- "extends" : " _paginated_method " ,
96+ "extends" : " IntercomPaginatedMethod " ,
9797 "httpMethod" : " GET" ,
9898 "parameters" : {
9999 "id" : {
You can’t perform that action at this time.
0 commit comments