Actions List
The table describes all properties of an Action object.
Name | Type | Required | Description |
id | String | required | |
remind_at | String | required | |
status | Number | required | |
title | String | required | |
updated_at | Date | required | |
habit_id | String | required | |
get
https://api.habitify.me
/actions/:habit_id
Get Actions
get
https://api.habitify.me
/actions/:habit_id/:action_id
Get Action By Id
post
https://api.habitify.me
/actions/:habit_id
Create a new action
put
https://api.habitify.me/
actions/:habit_id/:action_id
Update Action
delete
https://api.habitify.me
/actions/:habit_id/:action_id
Last modified 2yr ago