3 structure changes including:
1 Addition
2 Modifications
Modified
2
Breaking
GET /certificates/{certificate}
- Path went from `/certificates/{order}` to `/certificates/{certificate}` (same operationId)
- Response
-
200 response Modified
-
image/svg+xml content type Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- application/json content type Added
-
image/svg+xml content type Removed
- 404 response Added
- Path
-
order path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- certificate path parameter Added
GET /orders/{order}
- Response
-
200 response Modified
-
application/json content type Modified
- organization property Modified
-
application/json content type Modified
Added
1
GET /certificates/{certificate}/image
2 structure changes including:
2 Modifications
Modified
2
Breaking
GET /orders/{order}
- Response
-
401 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Authentication
-
Api key authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
GET /orgs/{organization}
- Response
-
401 response Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- Authentication
-
Api key authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-