Skip to content

API information empty #57

Closed
Closed
@Laptopmini

Description

@Laptopmini

I am currently having this issue where some of the APIs have empty parameters and are classified in a group called None.

Here is a screenshot: http://i.imgur.com/2pXFhLj.png

Here are the APIs that seem to be incompatible:
url(r'^api-token-auth/', rest_views.obtain_auth_token),
url(r'^api/v1/auth/login/$', LoginView.as_view(), name='login'),
url(r'^api/v1/ios/auth/login/$', LoginView.as_view()),
url(r'^api/v1/auth/logout/$', LogoutView.as_view(), name='logout'),
url(r'^api/v1/ios/auth/logout/$', LogoutView.as_view()),

Also, is there a way to create "Groups" of APIs manually to organize the page more?

Many Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions