Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Done all tasks #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Done all tasks #5

wants to merge 2 commits into from

Conversation

Ksathwik03
Copy link

@Ksathwik03 Ksathwik03 commented Aug 7, 2021

CSOC Task 5 Submission
I have completed all the tasks

End points for collaborator feature:

Add collaborator : POST /todo/:id/add-collaborators/
Remove collaborator : POST /todo/:id/remove-collaborators/

Request Body (Sample):

{
"username":"string"
}
Response Body (Sample):

{
"User with the given username successfully added/removed as collaborator.",
}

@Ksathwik03 Ksathwik03 closed this Aug 7, 2021
@Ksathwik03 Ksathwik03 reopened this Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants