mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
13 lines
366 B
Markdown
13 lines
366 B
Markdown
|
---
|
||
|
"@logto/schemas": minor
|
||
|
"@logto/core": minor
|
||
|
---
|
||
|
|
||
|
add `custom_data` to applications
|
||
|
|
||
|
Introduce a new property `custom_data` to the `Application` schema. This property is an arbitrary object that can be used to store custom data for an application.
|
||
|
|
||
|
Added a new API to update the custom data of an application:
|
||
|
|
||
|
- `PATCH /applications/:applicationId/custom-data`
|