Skip to main content

update_api_key

Function update_api_key 

Source
pub async fn update_api_key(
    __arg0: State<App>,
    __arg1: Auth,
    __arg2: Path<i64>,
    __arg3: OptionalRequestId,
    __arg4: Json<UpdateApiKeyReq>,
) -> ClResult<(StatusCode, Json<ApiResponse<ApiKeyListItem>>)>
Expand description

PATCH /api/auth/api-keys/{key_id} - Update an API key