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 \
--request PATCH https://[tenant_id].logto.app/api/applications/{applicationId}/custom-data \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json"
Request examples
{}
Response examples (200)
{}