Update application custom data

PATCH /api/applications/{applicationId}/custom-data

Update the custom data of an application.

Path parameters

  • applicationId string Required

    The unique identifier of the application.

application/json

Body Required

object object

An arbitrary JSON object.

Responses

  • 200 application/json

    The updated custom data in JSON.

    arbitrary

  • 400

    Bad Request

  • 401

    Unauthorized

  • 403

    Forbidden

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)
{}