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
I'm trying to add my UserRequestController to the documentation but nothing is showing up. When I do the same in another controller that inherits from the same base it works just fine.
ApiUserRequestsController (Not rendering in swagger)
# frozen_string_literal: true
# @tag Users
# Users related resources of the API
class Api::V1::ApiUserRequestsController < Api::V1::APIController
ApiCertificateRequestsController (Is rendering in swagger)
# frozen_string_literal: true
# @tag Certificates
# Certificate related resources of the API
class Api::V1::ApiCertificateRequestsController < Api::V1::APIController
The text was updated successfully, but these errors were encountered:
I'm trying to add my
UserRequestController
to the documentation but nothing is showing up. When I do the same in another controller that inherits from the same base it works just fine.ApiUserRequestsController (Not rendering in swagger)
ApiCertificateRequestsController (Is rendering in swagger)
The text was updated successfully, but these errors were encountered: