You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release_notes/ibexa_dxp_v5.0.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,15 @@ Four groups of [Twig components](https://doc.ibexa.co/en/5.0/templating/componen
123
123
124
124
For more information, see [Customizing the back office with Twig Components > Admin UI](https://doc.ibexa.co/en/5.0/administration/back_office/back_office_elements/custom_components/#admin-ui).
125
125
126
+
#### REST API
127
+
128
+
You can now find examples for some REST request bodies in the [OpenAPI REST API](rest_api_usage/#openapi-support):
129
+
130
+
- in the right column of the [online reference](/api/rest_api/rest_api_reference/rest_api_reference.html) where the example is used as a sample instead of a duplicate of middle column schema,
131
+
and in the downloadable OpenAPI specification files
132
+
- on your dev instance at `/api/ibexa/v2/doc` in an “Example Value” tab of the "Request Body" section, alongside the "Schema" tab
133
+
- in the generated JSON or YAML OpenAPI specifications when running `ibexa:openapi` command
134
+
126
135
### Gaussian blur optimization in Image Editor
127
136
128
137
The [Image Editor]([[= user_doc =]]/image_management/edit_images/) now supports configurable gaussian blur strength for image optimization.
0 commit comments