API structure has changed
10 structure changes including:
10 Modifications
Modified
10
Breaking
GET /api/v1/account/{account_uuid}/conversations
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
GET /api/v1/cases/{case_uuid}/conversations
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
GET /api/v1/conversation
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
GET /api/v1/conversation/{uuid}
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
GET /api/v1/statement
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
GET /api/v1/statement/{uuid}
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
POST /api/v1/conversation
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
POST /api/v1/statement/{statement_uuid}/lock
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
POST /api/v1/statement/{statement_uuid}/unlock
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
PUT /api/v1/conversation/{uuid}
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-