Update application custom data
Update the custom data of an application.
Path parameters
-
The unique identifier of the application.
PATCH /api/applications/{applicationId}/custom-data
curl \
-X PATCH https://[tenant_id].logto.app/api/applications/{applicationId}/custom-data \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json"
Request examples
{}
Response examples (200)
{}