OpenMined / PyGrid-deprecated---see-PySyft-

A Peer-to-peer Platform for Secure, Privacy-preserving, Decentralized Data Science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[PyGrid-0.4.0] Unable to a user to a group

tcp opened this issue · comments

Description

Any attempt to add a group to a user via POST /users/:user_id/groups is failing.

How to Reproduce

Attempt to post, for example:

{
  "groups": [1]
}

Expected Behavior

Add a user to the group.

Fixed.