Skip to content

e2e.acceptSuggestedGroupKey endpoint still uses legacy addRoute pattern #39201

@NAME-ASHWANIYADAV

Description

@NAME-ASHWANIYADAV

The e2e.acceptSuggestedGroupKey POST endpoint (apps/meteor/app/api/server/v1/e2e.ts) still uses the deprecated API.v1.addRoute pattern with validateParams.

It should be migrated to the new chained .post() API pattern with AJV validation, consistent with the already-migrated e2e.setRoomKeyID endpoint in the same file.

Files involved

  • apps/meteor/app/api/server/v1/e2e.ts
  • packages/rest-typings/src/v1/e2e.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: featurePull requests that introduces new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions