- GET Request
(Do these settings in Postman)
- POST Request
- Body
{
"label":"<Name of the label>"
}
- JSON application/json
- Send
(Do these settings in Postman)
- PUT Request
- Body
{
"label":"<Name of the label>"
}
- JSON application/json
- Send
(Do these settings in Postman)
- Delete Request
- JSON application/json
- Send
(Do these settings in Postman)
- POST Request
- Body
{
"task":"<Name of the task>"
}
- JSON application/json
- Send
(Do these settings in Postman)
- PUT Request
- Body
{
"task":"<Name of the task>"
}
- JSON application/json
- Send
(Do these settings in Postman)
- Delete Request
- JSON application/json
- Send
(Do these settings in Postman)
- Put Request
- Body
{
"LabelID":"<new Label ID>"
}
- JSON application/json
- Send