0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset/clever-lemons-yawn.md
simeng-li 6477c6deef
feat(schemas): add custom data to application (#6309)
* 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
2024-07-25 09:55:57 +00:00

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