NOTICE:Makerlog v4 Beta is currently being developed. You can follow the progress by following Makerlog, and read the roadmap here.
Posted

Creating task using Makerlog API

Hi,    I've obtained an access token with "tasks:write" scope. Create a task doesn't work though. Instead of getting a "201:Created" I get a "200:OK", and the result is a list of recent tasks instead of my new task.    Here's what I do:    curl --request POST \   --url https://api.getmakerlog.com/tasks \   --header 'authorization: Bearer my-access-token \   --header 'content-type: application/json' \   --data '{   "content": "#tag test 123",   "done": false,   "in_progress": true  }'    What am I doing wrong?

Join the conversation

Sign in to post a reply and interact with thousands of makers.

3 replies

Loading replies...
Makerlog

Where makers learn, build, and grow in public.

© Nifty Development, LLC