Description/Error
I’m seeing successful responses, HTTP status code 201 created, when calling the “add webinar registrant” endpoint with a non-existent webinar id.
The documentation for responses, indicates we should receive HTTP status code 300 for an invalid webinar ID, or HTTP status code 404 not found (not sure which of these is right, but either of these would be better the current behaviour of a success result, and sending an email to registrant they have been added).
Which Endpoint/s?
POST /webinars/{webinarId}/registrants
How To Reproduce (If applicable)
N/A
Screenshots (If applicable)
N/A
Additional context
N/A