API structure has changed
4 structure changes including:
1 Addition
3 Modifications
Modified
3
Breaking
GET /request-schemas/{schemaid}
- Response
-
200 response Modified
-
application/json content type Modified
- files property Added
-
application/json content type Modified
POST /request-schemas
- Body
-
multipart/form-data content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- application/json content type Added
PUT /request-schemas/{schemaid}
- Body
-
multipart/form-data content type Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- application/json content type Added
Added
1
PUT /request-schemas/{schemaid}/file/{filename}