Tasks
post
Creates a new resource with data.
Body
namestringRequired
project_idstringRequired
parent_idany ofOptional
stringOptional
nullOptional
priorityany ofRequired
stringOptional
nullOptional
assignee_idstringOptional
Responses
201
created
application/json
401
not authenticated
500
general error
post
/experimentsget
Retrieves a list of all resources from the service.
Query parameters
$limitintegerOptional
Number of results to return
$skipintegerOptional
Number of results to skip
Responses
200
success
application/json
401
not authenticated
500
general error
get
/experimentsget
Retrieves a single resource with the given id from the service.
Path parameters
idintegerRequired
ID of Experiment to return
Responses
200
success
application/json
401
not authenticated
404
not found
500
general error
get
/experiments/{id}patch
Updates the resource identified by id using data.
Path parameters
idintegerRequired
ID of Experiment to update
Body
namestringRequired
priorityany ofRequired
stringOptional
nullOptional
start_dateany ofRequired
stringOptional
nullOptional
due_dateany ofRequired
stringOptional
nullOptional
assignee_idstringOptional
Responses
200
success
application/json
401
not authenticated
404
not found
500
general error
patch
/experiments/{id}delete
Removes the resource with id.
Path parameters
idintegerRequired
ID of Experiment to remove
Responses
200
success
application/json
401
not authenticated
404
not found
500
general error
delete
/experiments/{id}Last updated