diff --git a/fern/changelog/2025-01-15.mdx b/fern/changelog/2025-01-15.mdx new file mode 100644 index 000000000..017124e6b --- /dev/null +++ b/fern/changelog/2025-01-15.mdx @@ -0,0 +1,5 @@ +1. **Updated Log Endpoints:** +Both the `GET /logs` and `DELETE /logs` endpoints have been simplified by removing the `orgId` parameter. + +2. **Updated Log Schema:** +The following fields in the Log schema are no longer required: `requestDurationSeconds`, `requestStartedAt`, `requestFinishedAt`, `requestBody`, `requestHttpMethod`, `requestUrl`, `requestPath`, and `responseHttpCode`. \ No newline at end of file