related encode/django-rest-framework#5605
this fixes several scenarios where certain POST endpoints don't show up in our generated Swagger doc; /api/swagger is only discoverable/accessible in the development environment where we generate the schema
to build, run `make swagger`; a file named `swagger.json` will be written to the current working directory