-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
type: featurePull requests that introduces new featurePull requests that introduces new feature
Description
The roles.sync GET endpoint (apps/meteor/app/api/server/v1/roles.ts) still uses the deprecated API.v1.addRoute pattern with Meteor's check/Match for input validation.
It should be migrated to the new chained API pattern (.get()) with AJV validation, consistent with other recently migrated endpoints like roles.getUsersInPublicRoles.
Files involved
- apps/meteor/app/api/server/v1/roles.ts
- packages/rest-typings/src/v1/roles.ts
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: featurePull requests that introduces new featurePull requests that introduces new feature