You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1041 added the ability to create a scorer with an external id. The /registry/score/{scorer_id}/{address} and /registry/score/{scorer_id} endpoints should be modified so that they can accept a string or an integer for scorer_id.
The query to retrieve to retrieve a scorer by id or external_scorer_id should already be satisfied with
Follow up to passportxyz/passport#1041
1041 added the ability to create a scorer with an external id. The
/registry/score/{scorer_id}/{address}
and/registry/score/{scorer_id}
endpoints should be modified so that they can accept a string or an integer forscorer_id
.The query to retrieve to retrieve a scorer by id or external_scorer_id should already be satisfied with
This ticket should just update the endpoint parameter type
The text was updated successfully, but these errors were encountered: