Incorrect seat api response on POST successes #710
Labels
bug
complexity/low
This task has a low complexity level
good first issue
Good for newcomers
packages/api
Stuff related to SeAT API
/api/v2/roles
endpoint returns undocumented201
error code on success.200
, per Swagger documentationI believe this is a documentation issue with the Swagger documentation, as Laravel returns a
201
when a new Resource is created by default.I can submit a PR to fix this if needed.
The text was updated successfully, but these errors were encountered: