4 structure changes including:
4 Modifications
Modified
4
GET /api/v1/document/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- last_publishing_error property Added
-
application/json content type Modified
POST /api/v1/document
- Response
-
201 response Modified
-
application/json content type Modified
- last_publishing_error property Added
-
application/json content type Modified
POST /api/v1/document/{document_uuid}/publish
- Response
-
200 response Modified
-
application/json content type Modified
- last_publishing_error property Added
-
application/json content type Modified
PUT /api/v1/document/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- last_publishing_error property Added
-
application/json content type Modified
6 structure changes including:
6 Modifications
Modified
6
GET /api/v1/client/{client_uuid}/employment/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified
GET /api/v2/employments/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified
POST /api/v1/client/{client_uuid}/employment
- Response
-
201 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified
POST /api/v2/employments
- Response
-
201 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified
PUT /api/v1/client/{client_uuid}/employment/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified
PUT /api/v2/employments/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- primary property Added
-
application/json content type Modified
1 structure change including:
1 Modification
Modified
1
Breaking
PUT /api/v2/shareholder/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
-
shares_owned property Modified
-
Type went from
integer
tonumber
Breaking
-
Type went from
-
shares_owned property Modified
-
application/json content type Modified
1 structure change including:
1 Modification
Modified
1
Breaking
PUT /api/v2/shareholder/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
-
shares_owned property Modified
-
Type went from
number
tointeger
Breaking
-
Type went from
-
shares_owned property Modified
-
application/json content type Modified