## Todo [/api/todo/{todo-id}]
### Get @TODO information [GET]
Get the status relative to todo reource
+ Request
+ Headers
Accept: ...
the {todo-id} placeholder with the hyphen was not recognized by the api mock server, i get CANNOT GET /api/todo/234234 but with the underscore {todo_id} it works well.
am i doing something wrong or we just need to add an escape over the placeholder in order to let it work ?
let's build a new api documentation
the
{todo-id}
placeholder with the hyphen was not recognized by the api mock server, i get CANNOT GET /api/todo/234234 but with the underscore{todo_id}
it works well.am i doing something wrong or we just need to add an escape over the placeholder in order to let it work ?
thanks J