File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,33 @@ paths:
2727 application/json :
2828 schema :
2929 $ref : ' #/components/schemas/CreateTicketTypeRequestBody'
30+ ' /contacts/{id}/companies ' :
31+ post :
32+ requestBody :
33+ content :
34+ application/json :
35+ schema :
36+ required :
37+ - company_id
38+ properties :
39+ company_id :
40+ type : string
41+ description : The unique identifier for the company which is given
42+ by Intercom
43+ example : 58a430d35458202d41b1e65b
44+ id : null
45+ examples :
46+ successful :
47+ summary : Successful
48+ value :
49+ company_id : 6762f09a1bb69f9f2193bb34
50+ bad_request :
51+ summary : Bad Request
52+ value :
53+ company_not_found :
54+ summary : Company Not Found
55+ value :
56+ company_id : ' 123'
3057 ' /messages/status ' :
3158 get :
3259 responses :
You can’t perform that action at this time.
0 commit comments