Skip to content

Create Category API URL failing #7

Description

@thillaibirla

@kochhar
Tried creating a category under the framework AI as per the details given in
http://www.sunbird.org/apis/framework/#operation/FrameworkV1CategoryCreatePost

  1. Tried calling the API using the URL - https://sunbird.juliacomputing.io/api/framework/v1/category/v1/category/create/items?id=AI

The above URL is as per the Server URL given in the site(v1/category/ is repeated in the server URL) and the framework id is apended to the URL as mentioned in the site.

We are getting a 404 Not found error in postman.
{
"request_path": "/framework/v1/category/v1/category/create/items",
"message": "API not found with these values",
"request_host": [
"sunbird.juliacomputing.io"
]
}

  1. when tried calling the API using the below URL
    https://sunbird.juliacomputing.io/api/framework/v1/category/create/items?id=AI

We got 404 Not Found again

<title>Error</title>
Cannot POST /v1/framework/category/create/items

Can you please let us know whats the correct URL for calling the create category API for the AI framework created.

Please let me know if you need further information.
Thanks,
Thillai

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions