Skip to main content
POST
Create Task API Endpoint

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
task_name
string
required
Minimum string length: 1
task_status
integer
required

Response

Successfully created the task

Task OpenAPI Schema

task_id
integer
task_name
string
task_status
integer
user_id
integer