Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

create 'remove user from project' endpoint #9

Open
chrismclarke opened this issue May 26, 2018 · 2 comments
Open

create 'remove user from project' endpoint #9

chrismclarke opened this issue May 26, 2018 · 2 comments

Comments

@chrismclarke
Copy link
Contributor

should remove a single user from a project, given the project name and user name.

@chrismclarke
Copy link
Contributor Author

I'm pretty sure this can be done by sending a Delete request in the same format as to #10. This needs to be tested.

@chrismclarke
Copy link
Contributor Author

whoops, wires crossed, that's to remove a form from a project.

To remove a user from a project it's the same as adding a user to a project, but including
{
remove:true
}
in the user object

so uses same format at #8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant