Skip to content

Cheechiem/hmcts-application-task-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMCTS DEVELOPER TEST BACKEND

Allows you to create a new task

POST /task/create | Runs on Localhost:8080 by default

Content-Type: application/json

Request Body:

{
  "title": "String",
  "description": "String",
  "status": "String",
  "dueTateTime": "2025-12-07T10:30:00"
}

Response Body:

{
  "id": "String",
  "title": "String",
  "description": "String",
  "status": "String",
  "dueTateTime": "2025-12-07T10:30:00"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages