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

POST custom category #71

Open
rhantak opened this issue Mar 10, 2020 · 0 comments
Open

POST custom category #71

rhantak opened this issue Mar 10, 2020 · 0 comments
Labels

Comments

@rhantak
Copy link
Member

rhantak commented Mar 10, 2020

Create endpoint for creating a new category associated with a user:

Example request:

POST /categories

{
  "token": "asdf1234",
  "category": "Health"
}

Example response:

Status: 201

{
  "success": "Health category has been successfully created!"
}
@grwthomps grwthomps changed the title User can POST new categories POST custom category Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant