mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
6477c6deef
* feat(core,schemas): add application custom data add application custom data * test(core): add update application with new custom data test add update application with new custom data test
366 B
366 B
@logto/schemas | @logto/core |
---|---|
minor | 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