When submitting user absences, we use a me parameter for the user id:
api/users/me/absences/{id}.json
In 2f7c8ad8, I was working on better error messages for absences. I was testing what happens when a malformed URL was passed and changed this me to 1, but forgot to change it back!!!
This corrects that error.
When submitting user absences, we use a `me` parameter for the user id:
`api/users/me/absences/{id}.json`
In 2f7c8ad8, I was working on better error messages for absences. I was testing what happens when a malformed URL was passed and changed this `me` to `1`, but forgot to change it back!!!
This corrects that error.