API structure has changed
6 structure changes including:
6 Modifications
Modified
6
Breaking
GET /api/v1/form/{form_uuid}/submission
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
GET /api/v1/form/{form_uuid}/submission-authored-by/{author_uuid}
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
GET /api/v1/form/{form_uuid}/submission/{uuid}
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
GET /public-form/form/{form_uuid}
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
POST /api/v1/form/{form_uuid}/submission
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
POST /public-form/form/{form_uuid}/submission
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-