# core_lti_1p3_provider_lti_keys_update Update an LTI Provider Key Endpoint: PUT /api/core/lti/1p3/provider/lti-keys/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `name` (string, required) Name of the RSA Key - `platform_key` (string, required) Platform Key ## Response 200 fields (application/json): - `id` (integer, required) - `name` (string, required) Name of the RSA Key - `public_key` (string, required) Public Key in PEM format - `public_jwk` (any, required) Public key in JWK format