You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Svix API endpoints all have a trailing slash, for example /api/v1/app/{app_id}/msg/.
Motivation
It's valid, but it's not common in my experience.
It also caught us twice while we were playing around with the API via Postman and hand-written code where we didn't include it out of habit and got 404s back.
Feature Request
Opening an issue as requested by @tasn in #1252.
Svix API endpoints all have a trailing slash, for example
/api/v1/app/{app_id}/msg/
.Motivation
Proposal
The proposal is to:
Alternatives
N/A
The text was updated successfully, but these errors were encountered: