4 structure changes including:
1 Addition
3 Modifications
Modified
3
GET /api/v1/account/{account_uuid}/login
- Response
- 200 response Added
POST /api/v1/account/{account_uuid}/login
- Response
- 200 response Added
PUT /api/v1/account/{account_uuid}/login/{uuid}
- Response
- 200 response Added
Added
1
POST /api/v1/account/{account_uuid}/login/{login_uuid}/expire
21 structure changes including:
1 Breaking change
20 Additions
1 Removal
Removed
1
Breaking
POST /api/v1/tinymce/auth
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
20
PUT /api/v1/payment-method
POST /api/v1/subscription
POST /api/v1/payment-method
POST /api/v1/me/sms/setup
POST /api/v1/me/otp/settings
POST /api/v1/me/otp/reset
POST /api/v1/me/otp/new-recovery-codes
POST /api/v1/me/otp/confirm
POST /api/v1/impersonated-login/{account_uuid}
POST /api/v1/firm/{firm_id}/billing
GET /api/v1/subscription/plans
GET /api/v1/subscription
GET /api/v1/payment-method
GET /api/v1/me/otp/show
GET /api/v1/me/otp/recovery-codes
GET /api/v1/invoice/{invoiceId}/download
GET /api/v1/invoice/{invoiceId}
GET /api/v1/invoice
DELETE /api/v1/subscription
DELETE /api/v1/payment-method
3 structure changes including:
3 Modifications
Modified
3
GET /api/v1/client/{client_uuid}/income/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- start_date, end_date properties Added
-
application/json content type Modified
POST /api/v1/client/{client_uuid}/income
- Body
-
application/json content type Modified
- start_date, end_date properties Added
- Response
-
201 response Modified
-
application/json content type Modified
- start_date, end_date properties Added
-
application/json content type Modified
PUT /api/v1/client/{client_uuid}/income/{uuid}
- Body
-
application/json content type Modified
- start_date, end_date properties Added
- Response
-
200 response Modified
-
application/json content type Modified
- start_date, end_date properties Added
-
application/json content type Modified