ghiobi / tally-ticketsystem

Making Expensing Better Than Great Again
MIT License
1 stars 0 forks source link

#11 Create a ticket's messages API #80

Closed n2chao closed 5 years ago

n2chao commented 5 years ago

Route:

/organization/{organization}/api/tickets/{ticket_id}/messages/

The route doesn't require any authentication at the moment since we're waiting on the implementation of a token system.

ghiobi commented 5 years ago

for a REST route. ideally it is recommended to be /organization/{organization}/api/tickets/{ticket_id}/messages/

Earthii commented 5 years ago

Nice

ghiobi commented 5 years ago

Task #11