Checklist

Initialize checklist for a user

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
userIdstringRequired
Responses
post
/v1/checklist/{userId}
200Success

Get user checklist

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
userIdstringRequired
Responses
get
/v1/checklist/get/{userId}
200Success

Update user checklist

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
userIdstringRequired
stepstringRequired
Body
statusbooleanOptional
linkstringOptional
Responses
put
/v1/checklist/{userId}/{step}
200Success

Last updated